Skip to content

Commit 9bc1fb1

Browse files
committed
🔥 Remove extra space in string
1 parent 031fd12 commit 9bc1fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/views/ZoneChooser.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ class LocationChooser {
321321
Text.rich(
322322
TextSpan(
323323
children: <TextSpan>[
324-
TextSpan(text: 'Set your location '),
324+
TextSpan(text: 'Set your location'),
325325
TextSpan(
326326
text: ' manually.',
327327
style: TextStyle(fontWeight: FontWeight.bold),

0 commit comments

Comments
 (0)