summaryrefslogtreecommitdiffstats
path: root/lib
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-13 03:56:18 +0000
commitcbe288a3671750dc31bb10fe9d1eff31cb5aed78 (patch)
treea034c6118b0095b6c1065abc44f621c8572fda41 /lib
parent6d8562e61d7feb5c5c84b8149d5727f49f43fb20 (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 (cherry picked from commit d23c89e44ca8cd9d398288aa0a9e14914fe46845)
Diffstat (limited to 'lib')
-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,