i18n: replace missing key in users page

This commit is contained in:
ellieplayswow 2025-06-06 14:32:26 +01:00 committed by Michael Murphy
parent badd201e44
commit 7ca678e18e

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!("user-account-page", "profile-add"))
.title(fl!("users", "profile-add"))
.accept_label(fl!("dialog-add"))
.modal(false)
.open_file()