fix(i18n): wrong key in translation en-us

This commit is contained in:
Constrat
2024-08-09 18:59:36 +02:00
parent 24de93fbfb
commit e585b91339

View File

@@ -290,7 +290,7 @@ You can cancel this popup by clicking the Settings - About Us - Issue Reporting
<system:String x:Key="RoguelikeThemePhantom">Phantom</system:String>
<system:String x:Key="RoguelikeThemeMizuki">Mizuki</system:String>
<system:String x:Key="RoguelikeThemeSami">Sami</system:String>
<system:String x:Key="RoguelikeSarkaz">Sarkaz</system:String>
<system:String x:Key="RoguelikeThemeSarkaz">Sarkaz</system:String>
<system:String x:Key="Strategy">Strategy</system:String>
<system:String x:Key="StartTimesLimit">Stops after starting N times</system:String>
<system:String x:Key="GoldTimesLimit">Stops after investing N times</system:String>