Skip to content

Commit 60c2026

Browse files
authored
Fix: Fixed an issue where the string for "Actions" wasn't localize in the Settings menu (#15347)
1 parent d757745 commit 60c2026

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Files.App/Dialogs/SettingsDialog.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Copyright (c) 2024 Files Community. Licensed under the MIT License. See the LICENSE. -->
1+
<!-- Copyright (c) 2024 Files Community. Licensed under the MIT License. See the LICENSE. -->
22
<ContentDialog
33
x:Class="Files.App.Dialogs.SettingsDialog"
44
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
@@ -119,7 +119,7 @@
119119
</NavigationViewItem>
120120
<NavigationViewItem
121121
AutomationProperties.AutomationId="SettingsItemActions"
122-
Content="Actions"
122+
Content="{helpers:ResourceString Name=Actions}"
123123
Tag="ActionsPage">
124124
<NavigationViewItem.Icon>
125125
<FontIcon Glyph="&#xF73D;" />

0 commit comments

Comments
 (0)