From add0ef7be038f512c16886ef5b2dd75d27384266 Mon Sep 17 00:00:00 2001 From: booooza Date: Mon, 17 Jun 2024 10:16:38 +0200 Subject: [PATCH] Update threema provider translations to better match threema terminology --- src/lang/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lang/en.json b/src/lang/en.json index 8f7b34ef2..f3b6adde7 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -951,8 +951,8 @@ "threemaRecipientTypePhone": "Phone Number", "threemaRecipientTypePhoneFormat": "E.164, without leading +", "threemaRecipientTypeEmail": "Email Address", - "threemaSenderIdentity": "Sender", - "threemaSenderIdentityFormat": "8 characters, usually starts with '*'", - "threemaApiAuthenticationSecret": "API authentication secret", + "threemaSenderIdentity": "Gateway-ID", + "threemaSenderIdentityFormat": "8 characters, usually starts with *", + "threemaApiAuthenticationSecret": "Gateway-ID Secret", "threemaBasicModeInfo": "Note: This integration uses Threema Gateway in basic mode (server-based encryption). Further details can be found {0}." }