Add appearance section in settings (#17433)
* Add appearance section in settings * Fix lint * Fix lint * Apply suggestions from code review Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
parent
89beceeb9a
commit
01fc24c78c
9 changed files with 161 additions and 89 deletions
|
@ -490,6 +490,7 @@ form.name_chars_not_allowed = User name '%s' contains invalid characters.
|
|||
[settings]
|
||||
profile = Profile
|
||||
account = Account
|
||||
appearance = Appearance
|
||||
password = Password
|
||||
security = Security
|
||||
avatar = Avatar
|
||||
|
@ -514,7 +515,9 @@ website = Website
|
|||
location = Location
|
||||
update_theme = Update Theme
|
||||
update_profile = Update Profile
|
||||
update_language = Update Language
|
||||
update_language_not_found = Language '%s' is not available.
|
||||
update_language_success = Language has been updated.
|
||||
update_profile_success = Your profile has been updated.
|
||||
change_username = Your username has been changed.
|
||||
change_username_prompt = Note: username changes also change your account URL.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue