Skip to content

Commit

Permalink
demo gear tip change
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed May 31, 2024
1 parent a94360d commit 0f6685b
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 @@ -331,5 +331,5 @@ String scanAddDemoGear() => Intl.message("Add Fake Gear", name: 'scanAddDemoGear

String scanRemoveDemoGear() => Intl.message("Remove all fake gear", name: 'scanRemoveDemoGear', desc: 'Label for the button to remove all demo gear on the scan for new devices page');

String scanDemoGearTip() => Intl.message("Want to try out the app but are waiting for your gear to arrive? Add a fake gear. This lets you experience the app as if you had your gear, or if you had gear you currently do not own",
String scanDemoGearTip() => Intl.message("Want to try out the app but are waiting for your gear to arrive? Add a fake gear. This lets you experience the app as if you had your gear, or if you want to try out gear you currently do not own",
name: 'scanDemoGearTip', desc: 'Tip Card description for the demo gear on the scan for new devices page');

0 comments on commit 0f6685b

Please sign in to comment.