Changed button order in account markup
This commit is contained in:
parent
e9eac89d09
commit
84254778e8
@ -66,8 +66,8 @@ pub fn account_markup(name: &str, is_encrypted: bool, locale: LocaleRef) -> Inli
|
||||
(locale.change_name_button.as_ref(), "an"),
|
||||
(locale.change_login_button.as_ref(), "al"),
|
||||
(locale.change_password_button.as_ref(), "ap"),
|
||||
encryption_button,
|
||||
(locale.delete_account_button.as_ref(), "delete0"),
|
||||
encryption_button,
|
||||
]
|
||||
.into_iter()
|
||||
.map(|(text, command)| make_button(text, command, hash))
|
||||
|
Loading…
Reference in New Issue
Block a user