Skip to content

Commit

Permalink
minor en language change
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Jun 8, 2024
1 parent ed4c6aa commit 3af3b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Frontend/translation_string_definitions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ String actionsCategoryTense() => Intl.message('Frustrated and Tense', name: 'act

String actionsCategoryGlowtip() => Intl.message('GlowTip', name: 'actionsCategoryGlowtip', desc: 'glowtip action group label');

String actionsSelectScreen() => Intl.message('Select Action', name: 'actionsSelectScreen', desc: 'Title for action select menu on triggers page');
String actionsSelectScreen() => Intl.message('Select Actions', name: 'actionsSelectScreen', desc: 'Title for action select menu on triggers page');
//Settings
String settingsHapticsToggleTitle() => Intl.message('Haptic Feedback', name: 'settingsHapticsToggleTitle', desc: 'Settings page haptic feedback toggle title');

Expand Down

0 comments on commit 3af3b13

Please sign in to comment.