fix(users): wrong text for dialog adding profile image

This commit is contained in:
Michael Aaron Murphy 2025-06-04 12:19:17 +02:00
parent 5f6561c4ab
commit c5bdce7385
No known key found for this signature in database
GPG key ID: B2732D4240C9212C

View file

@ -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()