iOS: Delete confirmation prompt should be a question
Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
parent
7a3f65fd2f
commit
5f8843e247
|
@ -37,8 +37,8 @@
|
||||||
"alertBadConfigImportMessage (%@)" = "The file ‘%@’ does not contain a valid WireGuard configuration";
|
"alertBadConfigImportMessage (%@)" = "The file ‘%@’ does not contain a valid WireGuard configuration";
|
||||||
|
|
||||||
"deleteTunnelsConfirmationAlertButtonTitle" = "Delete";
|
"deleteTunnelsConfirmationAlertButtonTitle" = "Delete";
|
||||||
"deleteTunnelConfirmationAlertButtonMessage (%d)" = "Delete %d tunnel";
|
"deleteTunnelConfirmationAlertButtonMessage (%d)" = "Delete %d tunnel?";
|
||||||
"deleteTunnelsConfirmationAlertButtonMessage (%d)" = "Delete %d tunnels";
|
"deleteTunnelsConfirmationAlertButtonMessage (%d)" = "Delete %d tunnels?";
|
||||||
|
|
||||||
// Tunnel detail and edit UI
|
// Tunnel detail and edit UI
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue