Skip to content

Commit 304783b

Browse files
authored
changes
1 parent b977651 commit 304783b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/view/widgets/robotic_arm_controls.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ class _RoboticArmControlsState extends State<RoboticArmControls> {
329329
color: Colors.white,
330330
padding: const EdgeInsets.symmetric(horizontal: 4),
331331
child: Text(
332-
appLocalizations.timelineLabel,
332+
'Timeline',
333333
style: TextStyle(fontSize: 8, color: Colors.black),
334334
),
335335
),
@@ -420,7 +420,7 @@ class _RoboticArmControlsState extends State<RoboticArmControls> {
420420
color: Colors.white,
421421
padding: const EdgeInsets.symmetric(horizontal: 4),
422422
child: Text(
423-
appLocalizations.frequencyLabel,
423+
'Frequency',
424424
style: TextStyle(fontSize: 8, color: Colors.black),
425425
),
426426
),
@@ -485,7 +485,7 @@ class _RoboticArmControlsState extends State<RoboticArmControls> {
485485
color: Colors.white,
486486
padding: const EdgeInsets.symmetric(horizontal: 4),
487487
child: Text(
488-
appLocalizations.maxAngleLabel,
488+
'Maximum Angle',
489489
style: TextStyle(fontSize: 8, color: Colors.black),
490490
),
491491
),

0 commit comments

Comments
 (0)