Skip to content

Commit

Permalink
minor localization change on trigger select
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Apr 2, 2024
1 parent fb4fa39 commit 17550f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Frontend/intnDefs.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ String sequencesPage() => Intl.message('Custom Actions', name: 'sequencesPage',
String sequencesPageDescription() => Intl.message('Create custom Actions for your gear', name: 'sequencesPageDescription', desc: 'The description of the sequences page link on the more page');

// Triggers Page
String triggersSelectLabel() => Intl.message('Select an Trigger Type', name: 'triggersSelectLabel', desc: 'The title of the add trigger dialog');
String triggersSelectLabel() => Intl.message('Select a Trigger Type', name: 'triggersSelectLabel', desc: 'The title of the add trigger dialog');

String triggersSelectClearLabel() => Intl.message('Remove Action', name: 'triggersSelectClearLabel', desc: 'The button label on the trigger select screen for clearing the selected action');

Expand Down

0 comments on commit 17550f4

Please sign in to comment.