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 | |
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')
-rw-r--r-- | FrontEnd/src/app/locales/en/admin.json | 2 | ||||
-rw-r--r-- | FrontEnd/src/app/locales/zh/admin.json | 2 |
2 files changed, 2 insertions, 2 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": {
diff --git a/FrontEnd/src/app/locales/zh/admin.json b/FrontEnd/src/app/locales/zh/admin.json index fed39b2d..edd1cabd 100644 --- a/FrontEnd/src/app/locales/zh/admin.json +++ b/FrontEnd/src/app/locales/zh/admin.json @@ -1,7 +1,7 @@ {
"nav": {
"users": "用户",
- "highlightTimelines": "高光时间线"
+ "more": "更多"
},
"create": "创建",
"user": {
|