aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessio Nossa <alessio.nossa@gmail.com>2024-02-28 00:20:56 +0100
committerAlessio Nossa <alessio.nossa@gmail.com>2024-02-28 00:36:18 +0100
commit06ed6e91aded7bf572f0f76ff619a9daa7f669f3 (patch)
tree91db21c918ae211b84a2a802606b17c4ab705886
parentRename constant to satisfy SwiftLint (diff)
downloadwireguard-apple-06ed6e91aded7bf572f0f76ff619a9daa7f669f3.tar.xz
wireguard-apple-06ed6e91aded7bf572f0f76ff619a9daa7f669f3.zip
Update AppIntents Strings
Signed-off-by: Alessio Nossa <alessio.nossa@gmail.com>
-rw-r--r--Sources/WireguardAppIntents/AppIntents.strings4
1 files changed, 2 insertions, 2 deletions
diff --git a/Sources/WireguardAppIntents/AppIntents.strings b/Sources/WireguardAppIntents/AppIntents.strings
index cfc183b..e799409 100644
--- a/Sources/WireguardAppIntents/AppIntents.strings
+++ b/Sources/WireguardAppIntents/AppIntents.strings
@@ -19,12 +19,12 @@
"updateTunnelConfigurationIntentMergeParameterTitle" = "Merge configuration";
"updateTunnelConfigurationIntentSummary ${tunnelName}" = "Update ${tunnelName} configuration";
-"updateTunnelConfigurationIntentPeerOptionsUnavailableError" = "Use the output of \"Build Peer Configuration\" action to update tunnel configuration.";
+"updateTunnelConfigurationIntentPeerOptionsUnavailableError" = "Use the output of \"Build Peer Configuration\" action to update tunnel configuration. To update multiple peers at once, you can use the \"Add to Variable\" action and pass the resulting Variable in this field.";
"updateTunnelConfigurationIntentMalformedPublicKeyError %@" = "The key \"%1$@\" is not a valid Public Key encoded in Base64 format.";
// Build Peer Configuration
"buildPeerConfigurationUpdateIntentName" = "Build Peer Configuration";
-"buildPeerConfigurationUpdateIntentDescription" = "";
+"buildPeerConfigurationUpdateIntentDescription" = "Build an item that contains the informations needed to update an peer's configuration.";
"buildPeerConfigurationUpdateIntentSummary ${publicKey}" = "Build configuration for peer ${publicKey}";
"buildPeerConfigurationUpdateIntentPublicKeyParameterTitle" = "Peer Public Key";
"buildPeerConfigurationUpdateIntentEndpointParameterTitle" = "Endpoint";