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
"legacyFirmwareAlertMessage": "We have detected that your PSLab device is running legacy firmware. Please note that support for this firmware has ended. For the best experience and continued support, please update your device to the latest firmware version."
480
+
"legacyFirmwareAlertMessage": "We have detected that your PSLab device is running legacy firmware. Please note that support for this firmware has ended. For the best experience and continued support, please update your device to the latest firmware version.",
Copy file name to clipboardExpand all lines: lib/l10n/app_localizations.dart
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2993,6 +2993,36 @@ abstract class AppLocalizations {
2993
2993
/// In en, this message translates to:
2994
2994
/// **'We have detected that your PSLab device is running legacy firmware. Please note that support for this firmware has ended. For the best experience and continued support, please update your device to the latest firmware version.'**
Copy file name to clipboardExpand all lines: lib/l10n/app_localizations_en.dart
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1552,4 +1552,19 @@ class AppLocalizationsEn extends AppLocalizations {
1552
1552
@override
1553
1553
Stringget legacyFirmwareAlertMessage =>
1554
1554
'We have detected that your PSLab device is running legacy firmware. Please note that support for this firmware has ended. For the best experience and continued support, please update your device to the latest firmware version.';
0 commit comments