Fix incorrect save button locale in user editor (ryubing/ryujinx!280)

See merge request ryubing/ryujinx!280
This commit is contained in:
EscoDev
2026-03-01 22:48:29 +01:00
committed by LotP
parent cc6d2dc162
commit 80cbf5d1fc
2 changed files with 26 additions and 1 deletions

View File

@@ -108,7 +108,7 @@
<Button
Name="SaveButton"
Click="SaveButton_Click">
<TextBlock Text="{ext:Locale UserProfilesSetProfileImage}" />
<TextBlock Text="{ext:Locale UserProfilesSave}" />
</Button>
</StackPanel>
</Grid>