Explorar el Código

Fix wording of notAllowedBusiness error

Danilo Bargen hace 7 años
padre
commit
10c88d2aee
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      public/i18n/de.json
  2. 1 1
      public/i18n/en.json

+ 1 - 1
public/i18n/de.json

@@ -187,7 +187,7 @@
             "invalidDistributionList": "Ungültige Verteilerliste",
             "notAllowed": "Bearbeitung nicht erlaubt",
             "notAllowedLinked": "Systemkontakt kann nicht verändert werden",
-            "notAllowedBusiness": "Avatar eines Threema Work Kontaktes kann nicht geändert werden",
+            "notAllowedBusiness": "Avatar eines Threema Gateway Kontaktes kann nicht geändert werden",
             "disabledByPolicy": "Funktion wurde durch den Administrator deaktiviert",
             "syncFailed": "Gruppen-Synchronisation fehlgeschlagen",
             "noMembers": "Keine Mitglieder definiert",

+ 1 - 1
public/i18n/en.json

@@ -187,7 +187,7 @@
             "invalidDistributionList": "Invalid distribution list ID",
             "notAllowed": "Modification not allowed",
             "notAllowedLinked": "Contact cannot be changed: It's linked to a system contact",
-            "notAllowedBusiness": "Contact avatar cannot be changed: It's a Threema Work contact",
+            "notAllowedBusiness": "Avatar cannot be changed: It's a Threema Gateway contact",
             "disabledByPolicy": "Feature disabled by administrator",
             "syncFailed": "Group synchronization failed",
             "noMembers": "No members defined",