diff options
author | crupest <crupest@outlook.com> | 2020-12-19 21:35:47 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-12-19 21:35:47 +0800 |
commit | a7ef774136682d6af13d4ece202a0bb94508c36b (patch) | |
tree | e93e23eb4481ffd6a84425544e8a4f7bff69f0f6 /FrontEnd/src/app/locales/en | |
parent | 0751d07c55dd26a8bc825e695bfa6c6442857b0b (diff) | |
download | timeline-a7ef774136682d6af13d4ece202a0bb94508c36b.tar.gz timeline-a7ef774136682d6af13d4ece202a0bb94508c36b.tar.bz2 timeline-a7ef774136682d6af13d4ece202a0bb94508c36b.zip |
feat: Remove highlight from admin.
Diffstat (limited to 'FrontEnd/src/app/locales/en')
-rw-r--r-- | FrontEnd/src/app/locales/en/admin.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/app/locales/en/admin.json b/FrontEnd/src/app/locales/en/admin.json index 098ffb1f..ddb3ffad 100644 --- a/FrontEnd/src/app/locales/en/admin.json +++ b/FrontEnd/src/app/locales/en/admin.json @@ -1,7 +1,7 @@ {
"nav": {
"users": "Users",
- "highlightTimelines": "Highlight Timelines"
+ "more": "More"
},
"create": "Create",
"user": {
|