Skip to content

Commit

Permalink
fix: fix a poor translation in settingDrawer.ts (#11037)
Browse files Browse the repository at this point in the history
  • Loading branch information
luketzh authored Nov 20, 2023
1 parent 80ffe95 commit eb2a258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locales/en-US/settingDrawer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default {
'app.setting.hideheader': 'Hidden Header when scrolling',
'app.setting.hideheader.hint': 'Works when Hidden Header is enabled',
'app.setting.othersettings': 'Other Settings',
'app.setting.weakmode': 'Weak Mode',
'app.setting.weakmode': 'Color Blind Friendly Mode',
'app.setting.copy': 'Copy Setting',
'app.setting.copyinfo': 'copy success, please replace defaultSettings in src/models/setting.js',
'app.setting.production.hint':
Expand Down

0 comments on commit eb2a258

Please sign in to comment.