Skip to content

Commit 75aaab2

Browse files
Add localization in gyroscope_screen.dart
1 parent e209676 commit 75aaab2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/view/gyroscope_screen.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ class _GyroscopeScreenState extends State<GyroscopeScreen> {
192192
final text = filenameController.text.trim();
193193
if (text.length > 200) {
194194
ScaffoldMessenger.of(context).showSnackBar(
195-
const SnackBar(
195+
SnackBar(
196196
content: Text(
197-
'File name must be less than 200 characters.',
197+
appLocalizations.fileNameTooLong,
198198
),
199199
),
200200
);

0 commit comments

Comments
 (0)