diff --git a/webapp/locales/de.json b/webapp/locales/de.json index 8b4416f30..1c02b67fa 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -642,8 +642,8 @@ "accountWarningAdmin": "Das Konto, die Beiträge oder Kommentare können nach dem Löschen WEDER VERWALTEN NOCH WIEDERHERGESTELLT WERDEN!", "accountWarningIsAdmin": "Achtung! Du löschst jetzt ein Benutzerkonto!", "commentedCount": "Meine {count} Kommentare löschen", - "contributionsCount": "Meine {count} Beiträge löschen", "confirmDeleting": "Benutzerkonto jetzt löschen", + "contributionsCount": "Meine {count} Beiträge löschen", "infoAdmin": "Alle Beiträge und Kommentare des Users werden zusätzlich gelöscht!", "name": "Benutzerkonto löschen", "pleaseConfirm": "Zerstörerische Aktion! Gib „{confirm}“ ein, um zu bestätigen.", diff --git a/webapp/locales/en.json b/webapp/locales/en.json index 0a8391ee1..16c8de2ea 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -642,8 +642,8 @@ "accountWarningAdmin": "The account, contributions or comments can NOT BE ADMINISTERED OR RESTORED after deletion!", "accountWarningIsAdmin": "Heads up! You are about to delete a user account!", "commentedCount": "Delete my {count} comments", - "contributionsCount": "Delete my {count} posts", "confirmDeleting": "Delete user account now", + "contributionsCount": "Delete my {count} posts", "infoAdmin": "All contributions and comments of the user are additionally deleted!", "name": "Delete user account", "pleaseConfirm": "Destructive action! Type “{confirm}” to confirm.",