Another entry to UserProfiles.json

This commit is contained in:
_Neo_
2026-01-16 19:45:51 +02:00
parent e1b01f2e70
commit 5993c78344
3 changed files with 26 additions and 26 deletions

View File

@@ -156,7 +156,7 @@ namespace Ryujinx.Ava.UI.Controls
{
_ = Dispatcher.UIThread.InvokeAsync(async ()
=> await ContentDialogHelper.CreateErrorDialog(
LocaleManager.Instance[LocaleKeys.DialogUserProfileDeletionWarningMessage]));
LocaleManager.Instance[LocaleKeys.UserProfiles_DialogUserProfileDeletionWarningMessage]));
return;
}