summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-12-07 21:54:21 +0900
committerScott Murray <scott.murray@konsulko.com>2022-12-07 21:56:43 +0900
commitd23c89e44ca8cd9d398288aa0a9e14914fe46845 (patch)
treea034c6118b0095b6c1065abc44f621c8572fda41
parent15926323e4b48444d9656507ca9e8b0b2e2e64d0 (diff)
Update left/right labels
Replace "L CLIMATE" / "R CLIMATE" with "Left" / "Right". Bug-AGL: SPEC-4644 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I7c38460628face162e667c068fa5ed365bca2ab2
-rw-r--r--lib/home_page.dart4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/home_page.dart b/lib/home_page.dart
index 9986d8e..a6eb3a3 100644
--- a/lib/home_page.dart
+++ b/lib/home_page.dart
@@ -46,7 +46,7 @@ class MyHome_Page extends StatelessWidget {
Column(
children: [
Text(
- 'L CLIMATE',
+ 'Left',
style: TextStyle(
fontSize: SizeConfig.fontsize*4,
fontWeight: FontWeight.w700,
@@ -75,7 +75,7 @@ class MyHome_Page extends StatelessWidget {
Column(
children: [
Text(
- 'R CLIMATE',
+ 'Right',
style: TextStyle(
fontSize: SizeConfig.fontsize*4,
fontWeight: FontWeight.w700,