i18n: replace missing key in users page
This commit is contained in:
parent
badd201e44
commit
7ca678e18e
1 changed files with 1 additions and 1 deletions
|
|
@ -434,7 +434,7 @@ impl Page {
|
|||
Message::SelectProfileImage(uid) => {
|
||||
return cosmic::task::future(async move {
|
||||
let dialog_result = file_chooser::open::Dialog::new()
|
||||
.title(fl!("user-account-page", "profile-add"))
|
||||
.title(fl!("users", "profile-add"))
|
||||
.accept_label(fl!("dialog-add"))
|
||||
.modal(false)
|
||||
.open_file()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue