From 7462e6f36ef567e581f13fa7562b2f53e8bef5b6 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Thu, 29 Jun 2023 16:01:32 +0200 Subject: [PATCH] sort locales --- admin/src/locales/de.json | 4 ++-- admin/src/locales/en.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/admin/src/locales/de.json b/admin/src/locales/de.json index 18412c969..1f5e41fbe 100644 --- a/admin/src/locales/de.json +++ b/admin/src/locales/de.json @@ -109,10 +109,10 @@ "request": "Die Anfrage wurde gesendet." }, "moderator": { + "history": "Die Daten wurden geändert. Dies sind die alten Daten.", "moderator": "Moderator", "notice": "Moderator Notiz", - "request": "Diese Nachricht ist nur für die Moderatoren sichtbar!", - "history": "Die Daten wurden geändert. Dies sind die alten Daten." + "request": "Diese Nachricht ist nur für die Moderatoren sichtbar!" }, "name": "Name", "navbar": { diff --git a/admin/src/locales/en.json b/admin/src/locales/en.json index 095b53970..99c438365 100644 --- a/admin/src/locales/en.json +++ b/admin/src/locales/en.json @@ -109,10 +109,10 @@ "request": "Request has been sent." }, "moderator": { + "history": "The data has been changed. This is the old data.", "moderator": "Moderator", "notice": "Moderator note", - "request": "This message is only visible to the moderators!", - "history": "The data has been changed. This is the old data." + "request": "This message is only visible to the moderators!" }, "name": "Name", "navbar": {