From 3c93b5a5b49b11070e0b7e75975e23268c4fe6a4 Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 9 Feb 2023 17:03:23 +0100 Subject: [PATCH] fix lint --- frontend/src/locales/de.json | 2 +- frontend/src/locales/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 4563db397..04d49ed82 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -276,7 +276,7 @@ "lightText": "Wenn du länger als 10 Minuten keine Aktion getätigt hast, wirst du aus Sicherheitsgründen abgemeldet.", "logoutIn": "Abmelden in ", "warningText": "Bist du noch da?", - "automaticallyLoggedOut":"Du wurdest automatisch abgemeldet" + "automaticallyLoggedOut": "Du wurdest automatisch abgemeldet" }, "settings": { "hideAmountGDD": "Dein GDD Betrag ist versteckt.", diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 50a8e45a1..360325c8f 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -276,7 +276,7 @@ "lightText": "If you have not performed any action for more than 10 minutes, you will be logged out for security reasons.", "logoutIn": "Log out in ", "warningText": "Are you still there?", - "automaticallyLoggedOut":"You have been automatically logged out." + "automaticallyLoggedOut": "You have been automatically logged out." }, "settings": { "hideAmountGDD": "Your GDD amount is hidden.",