Skip to content

Commit

Permalink
Update translation_string_definitions.dart
Browse files Browse the repository at this point in the history
Small change to "welcome to the Tail Company App" body text
  • Loading branch information
MasterTailer authored Jun 1, 2024
1 parent 928c19c commit ed6490e
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 @@ -13,7 +13,7 @@ String homeWelcomeMessageTitle() => Intl.message('Welcome to the Tail Company Ap
String homeContinuousScanningOffDescription() =>
Intl.message('Swipe horizontally on the known device area above to begin scanning. You can turn on continuous scanning in settings.', name: 'homeContinuousScanningOffDescription', desc: 'The welcome message title on the home screen when no gear is connected');

String homeWelcomeMessage() => Intl.message('You can control, explore and update all your Tail Co gear right here in this app. There are also instructions and guides available too. Happy Wagging!', name: 'homeWelcomeMessage', desc: 'The welcome message on the home screen when no gear is connected');
String homeWelcomeMessage() => Intl.message('You can control, explore and update all your Tail Co gear right here. There are instructions and guides available too. Happy Wagging!', name: 'homeWelcomeMessage', desc: 'The welcome message on the home screen when no gear is connected');

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

Expand Down

0 comments on commit ed6490e

Please sign in to comment.