diff options
author | crupest <crupest@outlook.com> | 2020-12-19 22:04:25 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-12-19 22:04:25 +0800 |
commit | 59b54e6e838b0b0f343ea917815f342b2987c417 (patch) | |
tree | efcfc46da2fd6219fc32315246a7c781a366925b /FrontEnd/src/app/locales/en | |
parent | b1fcdac173457d2462836a8a749f3b2653be0e3a (diff) | |
download | timeline-59b54e6e838b0b0f343ea917815f342b2987c417.tar.gz timeline-59b54e6e838b0b0f343ea917815f342b2987c417.tar.bz2 timeline-59b54e6e838b0b0f343ea917815f342b2987c417.zip |
...
Diffstat (limited to 'FrontEnd/src/app/locales/en')
-rw-r--r-- | FrontEnd/src/app/locales/en/translation.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/FrontEnd/src/app/locales/en/translation.json b/FrontEnd/src/app/locales/en/translation.json index f07efafe..be80d21e 100644 --- a/FrontEnd/src/app/locales/en/translation.json +++ b/FrontEnd/src/app/locales/en/translation.json @@ -20,10 +20,9 @@ "loadImageError": "Failed to load image.", "home": { "go": "Go!", - "allTimeline": "All Timelines", + "highlightTimeline": "Highlight Timelines", "relatedTimeline": "Timelines Related To You", - "joinTimeline": "Joined Timelines", - "ownTimeline": "Owned Timelines", + "publicTimeline": "Public Timelines", "offlinePrompt": "Oh oh, it seems you are offline. Here list some timelines cached locally. You can view them or click <1>here</1> to refresh.", "createButton": "Create Timeline", "createDialog": { |