From 820094bea7f19f987c545515243337a83c6cbb86 Mon Sep 17 00:00:00 2001 From: sara hammouzou <41330038+saruwman@users.noreply.github.com> Date: Sun, 17 May 2020 08:51:58 +0000 Subject: Replace change server input with a dropdown menu (#717) --- src/i18n/locales/defaultMessages.json | 63 ++++++++++++++++++++++++++++------- 1 file changed, 51 insertions(+), 12 deletions(-) (limited to 'src/i18n/locales/defaultMessages.json') diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json index 6b3f3066c..619269a64 100644 --- a/src/i18n/locales/defaultMessages.json +++ b/src/i18n/locales/defaultMessages.json @@ -49,39 +49,78 @@ "defaultMessage": "!!!Change server", "end": { "column": 3, - "line": 14 + "line": 16 }, "file": "src/components/auth/ChangeServer.js", "id": "changeserver.headline", "start": { "column": 12, - "line": 11 + "line": 13 } }, { "defaultMessage": "!!!Server", "end": { "column": 3, - "line": 18 + "line": 20 }, "file": "src/components/auth/ChangeServer.js", "id": "changeserver.label", "start": { "column": 9, - "line": 15 + "line": 17 + } + }, + { + "defaultMessage": "!!!Extra settings offered by Ferdi will not be saved", + "end": { + "column": 3, + "line": 24 + }, + "file": "src/components/auth/ChangeServer.js", + "id": "changeserver.warning", + "start": { + "column": 11, + "line": 21 + } + }, + { + "defaultMessage": "!!!Custom server", + "end": { + "column": 3, + "line": 28 + }, + "file": "src/components/auth/ChangeServer.js", + "id": "changeserver.customServerLabel", + "start": { + "column": 21, + "line": 25 + } + }, + { + "defaultMessage": "!!!Enter a valid URL", + "end": { + "column": 3, + "line": 32 + }, + "file": "src/components/auth/ChangeServer.js", + "id": "changeserver.urlError", + "start": { + "column": 12, + "line": 29 } }, { "defaultMessage": "!!!Submit", "end": { "column": 3, - "line": 22 + "line": 36 }, "file": "src/components/auth/ChangeServer.js", "id": "changeserver.submit", "start": { "column": 10, - "line": 19 + "line": 33 } } ], @@ -5916,39 +5955,39 @@ "defaultMessage": "!!!Franz Todos are available to premium users now!", "end": { "column": 3, - "line": 30 + "line": 34 }, "file": "src/features/todos/components/TodosWebview.js", "id": "feature.todos.premium.info", "start": { "column": 15, - "line": 27 + "line": 31 } }, { "defaultMessage": "!!!Upgrade Account", "end": { "column": 3, - "line": 34 + "line": 38 }, "file": "src/features/todos/components/TodosWebview.js", "id": "feature.todos.premium.upgrade", "start": { "column": 14, - "line": 31 + "line": 35 } }, { "defaultMessage": "!!!Everyone else will have to wait a little longer.", "end": { "column": 3, - "line": 38 + "line": 42 }, "file": "src/features/todos/components/TodosWebview.js", "id": "feature.todos.premium.rollout", "start": { "column": 15, - "line": 35 + "line": 39 } } ], -- cgit v1.2.3-70-g09d2