Skip to content

Commit

Permalink
android: fix typo in subnet menu (#603)
Browse files Browse the repository at this point in the history
android: update typo in subnet menu
Updates a typo in the subnet router "add route" menu from "a IPv4" to "an IPv4"

Fixes tailscale/corp#26167

Signed-off-by: Keli Velazquez <keli@tailscale.com>
  • Loading branch information
kelivel authored Jan 28, 2025
1 parent 73333bc commit 0ed18a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
<string name="open_kb_article">Open KB Article</string>
<string name="delete_route">Delete route</string>
<string name="edit_route">Edit route</string>
<string name="enter_valid_route">Enter a IPv4 or IPv6 route in CIDR format.</string>
<string name="enter_valid_route">Enter an IPv4 or IPv6 route in CIDR format.</string>
<string name="advertised_routes">Advertised routes</string>
<string name="no_advertised_routes">No advertised routes</string>
<string name="add_new_route">Add route</string>
Expand Down

0 comments on commit 0ed18a2

Please sign in to comment.