You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StringsettingsPage() =>Intl.message('Settings', name:'settingsPage', desc:'The label and title of the settings page');
30
30
StringmoreExperimentalTitle() =>Intl.message('Experimental', name:'moreExperimentalTitle', desc:'The label for the experimental features on the More page');
31
31
StringmoreCoshubPromoTitle() =>Intl.message('CosHub', name:'moreCoshubPromoTitle', desc:'The title for the coshub link on the More page');
32
-
StringmoreCoshubPromoDescription() =>Intl.message('Our latest app to help you plan, share and create your cosplay is here', name:'moreCoshubPromoDescription', desc:'The description for the coshub link on the More page');
32
+
StringmoreCoshubPromoDescription() =>
33
+
Intl.message('Our latest app to help you plan, share and create your cosplay is here', name:'moreCoshubPromoDescription', desc:'The description for the coshub link on the More page');
33
34
34
35
StringsettingsDescription() =>Intl.message('Change app color, configure Haptics, and more', name:'settingsDescription', desc:'The description of the settings page on the more page');
35
36
@@ -219,6 +220,8 @@ String scanDevicesFoundTitle() => Intl.message('Found Gear. Tap the gear name to
219
220
220
221
StringscanDevicesScanMessage() =>Intl.message('Scanning for gear. Please make sure your gear is powered on and nearby',
221
222
name:'scanDevicesScanMessage', desc:'scan for devices scan in progress message when scanning for a device');
223
+
StringscanDevicesOnboardingScanMessage() =>Intl.message('Scanning for gear. Please make sure your gear is powered on and nearby. You can always connect your gear later.',
224
+
name:'scanDevicesOnboardingScanMessage', desc:'additional scan for devices scan in progress message when scanning for a device during onboarding');
StringonboardingDoneButtonLabel() =>Intl.message("Done", name:'onboardingDoneButtonLabel', desc:'Label for the button to close the onboarding screen');
385
388
StringonboardingContinueLabel() =>Intl.message("Continue", name:'onboardingContinueLabel', desc:'Label for the button to continue past the scan for gear screen');
389
+
StringonboardingBackButtonLabel() =>Intl.message("Back", name:'onboardingBackButtonLabel', desc:'Label for the button to go back on the onboarding screen');
386
390
387
391
StringonboardingCompletedTitle() =>Intl.message("Happy Wagging!", name:'onboardingCompletedTitle', desc:'Title of the final page of the onboarding screen');
0 commit comments