diff options
| author | 2021-09-13 13:21:11 +0200 | |
|---|---|---|
| committer | 2021-09-13 13:21:11 +0200 | |
| commit | 4300130658e64aef69488086237f36bfddc33d4c (patch) | |
| tree | eaac8af3a4d3d26a0ee548a0cb677a0b262e24cf /app/i18n/de/conf.php | |
| parent | 93e73855ec014ab2af170f3761d1b8b7606b3f6b (diff) | |
i18n: DE - switched from informal designation to formal (#3846)
* switched from informal designation to formal
* Ihr Account -> Dieser Account
Diffstat (limited to 'app/i18n/de/conf.php')
| -rw-r--r-- | app/i18n/de/conf.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/de/conf.php b/app/i18n/de/conf.php index d03e54aba..5ccb3e738 100644 --- a/app/i18n/de/conf.php +++ b/app/i18n/de/conf.php @@ -60,7 +60,7 @@ return array( 'api' => 'API-Verwaltung', 'delete' => array( '_' => 'Accountlöschung', - 'warn' => 'Dein Account und alle damit bezogenen Daten werden gelöscht.', + 'warn' => 'Dieser Account und alle damit bezogenen Daten werden gelöscht.', ), 'email' => 'E-Mail-Adresse', 'password_api' => 'Passwort-API<br /><small>(z.B. für mobile Anwendungen)</small>', |
