Skip to content

Commit

Permalink
Rename ears to EarGear for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Jun 1, 2024
1 parent 392f2d3 commit 7302d12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Backend/Definitions/Action/base_action.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ extension ActionCategoryExtension on ActionCategory {
case ActionCategory.glowtip:
return actionsCategoryGlowtip();
case ActionCategory.ears:
return actionsCategoryEars();
return "EarGear";
case ActionCategory.sequence:
return sequencesPage();
case ActionCategory.hidden:
Expand Down
2 changes: 0 additions & 2 deletions lib/Frontend/translation_string_definitions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ String actionsCategoryTense() => Intl.message('Frustrated and Tense', name: 'act

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

String actionsCategoryEars() => Intl.message('Ears', name: 'actionsCategoryEars', desc: 'ears action group label');

String actionsSelectScreen() => Intl.message('Select an Action', 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 7302d12

Please sign in to comment.