From 06ed6e91aded7bf572f0f76ff619a9daa7f669f3 Mon Sep 17 00:00:00 2001 From: Alessio Nossa Date: Wed, 28 Feb 2024 00:20:56 +0100 Subject: Update AppIntents Strings Signed-off-by: Alessio Nossa --- Sources/WireguardAppIntents/AppIntents.strings | 4 ++-- 1 file 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"; -- cgit v1.2.3-59-g8ed1b