ui: move account settings link under profile

This commit is contained in:
Anthony Fu 2023-01-05 09:59:49 +01:00
parent bd1b9fb5c8
commit d279d618a5
5 changed files with 23 additions and 13 deletions

View file

@ -196,7 +196,10 @@
"about": {
"label": "About"
},
"account_settings": "Account settings",
"account_settings": {
"description": "Edit your account settings in Mastodon UI",
"label": "Account settings"
},
"feature_flags": {
"github_cards": "GitHub Cards",
"title": "Experimental Features",

View file

@ -187,7 +187,9 @@
"about": {
"label": "关于"
},
"account_settings": "账号设置",
"account_settings": {
"label": "账号设置"
},
"feature_flags": {
"github_cards": "GitHub 卡片",
"title": "实验功能",