fix(users): wrong text for dialog adding profile image
This commit is contained in:
parent
5f6561c4ab
commit
c5bdce7385
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!("wallpaper", "folder-dialog"))
|
||||
.title(fl!("user-account-page", "profile-add"))
|
||||
.accept_label(fl!("dialog-add"))
|
||||
.modal(false)
|
||||
.open_file()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue