Skip to content

Commit 633ea83

Browse files
authored
Update translation_string_definitions.dart
1 parent 5306a41 commit 633ea83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Frontend/translation_string_definitions.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ String homeWelcomeMessage() => Intl.message('You can control, explore and update
1717

1818
String joyStickPage() => Intl.message('Joystick', name: 'joyStickPage', desc: 'The label and title of the joystick page');
1919

20-
String joyStickPageDescription() => Intl.message('Directly control the gear position.', name: 'joyStickPageDescription', desc: 'The description of the joystick page on the more page');
20+
String joyStickPageDescription() => Intl.message("Directly control your gears' position." , name: 'joyStickPageDescription', desc: 'The description of the joystick page on the more page');
2121

2222
String feedbackPage() => Intl.message('Send Feedback', name: 'feedbackPage', desc: 'The label and title of the feedback page');
2323

0 commit comments

Comments
 (0)