diff options
Diffstat (limited to 'FrontEnd/src/app/locales/en/translation.json')
-rw-r--r-- | FrontEnd/src/app/locales/en/translation.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/FrontEnd/src/app/locales/en/translation.json b/FrontEnd/src/app/locales/en/translation.json index 9e40cb85..274d629b 100644 --- a/FrontEnd/src/app/locales/en/translation.json +++ b/FrontEnd/src/app/locales/en/translation.json @@ -3,7 +3,7 @@ "search": "Search", "edit": "Edit", "done": "Done", - "loadFailReload": "Load failed, click <1>here</1> to reload.", + "loadFailReload": "Load failed, <1>click here to reload</1>.", "error": { "network": "Network error.", "unknown": "Unknown error." @@ -98,11 +98,6 @@ "inputPrompt": "This is a dangerous action. If you are sure to delete timeline<1>{{name}}</1>, please input its name below and click confirm button.", "notMatch": "Name does not match." }, - "postSyncState": { - "syncing": "Syncing", - "synced": "Synced", - "offline": "Offline" - }, "post": { "deleteDialog": { "title": "Confirm Delete", |