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
Copy file name to clipboardExpand all lines: lib/Frontend/Widgets/manage_gear.dart
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -266,25 +266,28 @@ class ManageGearConventionMode extends ConsumerWidget {
266
266
),
267
267
ListTile(
268
268
title:Text(manageGearConModeToggleTitle()),
269
-
subtitle:Text("Upon enabling 'Convention Mode' your gear will be rebooted and you will be prompted to enter the pincode. Please view and memorize the pincode before enabling"),
Copy file name to clipboardExpand all lines: lib/Frontend/translation_string_definitions.dart
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -397,6 +397,9 @@ String manageGearConModeDescription() => Intl.message('Convention Mode is an add
397
397
398
398
StringmanageGearConModePincodeTitle() =>Intl.message('View Pin Code', name:'manageGearConModePincodeTitle', desc:'The description for the pin mode button on the gear page');
Intl.message("Upon enabling 'Convention Mode' your gear will be rebooted and you will be prompted to enter the pincode. The pincode will be copied to the clipboard", name:'manageGearConModePincodeEnableDescription', desc:'The description for the pin mode button on the gear page');
402
+
400
403
StringmanageGearConModePincodeCopy() =>Intl.message('Copy to Clipboard', name:'manageGearConModePincodeCopy', desc:'The description for copy to clipboard button on the pin code dialog');
401
404
402
405
StringmanageGearConModeToggleTitle() =>Intl.message('Enable Convention Mode', name:'manageGearConModeToggleTitle', desc:'The description for the convention mode enabled button on the gear page');
0 commit comments