diff --git a/front/src/locales/el.json b/front/src/locales/el.json index 2de23aa99..10dc3ac3b 100644 --- a/front/src/locales/el.json +++ b/front/src/locales/el.json @@ -1771,6 +1771,15 @@ } }, "views": { + "ChooseInstance": { + "button": { + "submit": "Υποβολή" + }, + "header": { + "chooseInstance": "Επιλέξτε το instance σας", + "failure": "Δεν είναι δυνατή η σύνδεση στο συγκεκριμένο URL" + } + }, "Notifications": { "header": { "funkwhaleSupport": "Σας αρέσει το Funkwhale;" @@ -2451,15 +2460,6 @@ } } } - }, - "ChooseInstance": { - "button": { - "submit": "Υποβολή" - }, - "header": { - "chooseInstance": "Επιλέξτε το instance σας", - "failure": "Δεν είναι δυνατή η σύνδεση στο συγκεκριμένο URL" - } } } }