diff --git a/front/src/locales/en_GB.json b/front/src/locales/en_GB.json index 653700930..a0f54ea62 100644 --- a/front/src/locales/en_GB.json +++ b/front/src/locales/en_GB.json @@ -3219,6 +3219,28 @@ } }, "views": { + "ChooseInstance": { + "button": { + "submit": "Submit" + }, + "header": { + "chooseInstance": "Choose your instance", + "failure": "It is not possible to connect to the given URL", + "suggestions": "Suggested choices" + }, + "help": { + "notFunkwhaleServer": "The given address is not a Funkwhale server", + "selectPod": "To continue, please select the Funkwhale instance you want to connect to. Enter the address directly, or select one of the suggested choices.", + "serverDown": "The server might be down" + }, + "label": { + "url": "Instance URL" + }, + "message": { + "currentConnection": "You are currently connected to { 0 }. If you continue, you will be disconnected from your current instance and all your local data will be deleted.", + "newUrl": "You are now using the Funkwhale instance at {url}" + } + }, "Notifications": { "button": { "read": "Mark all as read", @@ -4592,28 +4614,6 @@ }, "title": "Radio" } - }, - "ChooseInstance": { - "button": { - "submit": "Submit" - }, - "header": { - "chooseInstance": "Choose your instance", - "failure": "It is not possible to connect to the given URL", - "suggestions": "Suggested choices" - }, - "help": { - "notFunkwhaleServer": "The given address is not a Funkwhale server", - "selectPod": "To continue, please select the Funkwhale instance you want to connect to. Enter the address directly, or select one of the suggested choices.", - "serverDown": "The server might be down" - }, - "label": { - "url": "Instance URL" - }, - "message": { - "currentConnection": "You are currently connected to { 0 }. If you continue, you will be disconnected from your current instance and all your local data will be deleted.", - "newUrl": "You are now using the Funkwhale instance at {url}" - } } } }