Skip to content

Commit

Permalink
[start] changed localization for "Gray" theme
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadushkin committed Oct 10, 2024
1 parent df6c6f3 commit 8fbe35c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions common/loginpage/src/locale.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ l10n.en = {
settOptThemeLight: 'Light',
settOptThemeClassicLight: 'Classic Light',
settOptThemeDark: 'Dark',
settOptThemeGray: 'Gray',
settOptLaunchMode: 'Open file',
settOptLaunchInTab: 'In its own tab',
settOptLaunchInWindow: 'In its own window',
Expand Down
2 changes: 1 addition & 1 deletion common/loginpage/src/panelsettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
type: 'dark',
},
'theme-gray': {
text: 'Gray',
text: utils.Lang.settOptThemeGray,
type: 'light',
},
}
Expand Down

0 comments on commit 8fbe35c

Please sign in to comment.