From 09dc8cc330f406cbd4562af10d270879507cf894 Mon Sep 17 00:00:00 2001 From: Rafeek-Khoudare Date: Sun, 20 Jul 2025 14:34:19 +0300 Subject: [PATCH] use uppercase --- lib/features/app_layout/bloc/home_cubit.dart | 2 +- lib/utils/resource_manager/strings_manager.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/features/app_layout/bloc/home_cubit.dart b/lib/features/app_layout/bloc/home_cubit.dart index d8b0a78..fe3794c 100644 --- a/lib/features/app_layout/bloc/home_cubit.dart +++ b/lib/features/app_layout/bloc/home_cubit.dart @@ -570,7 +570,7 @@ class HomeCubit extends Cubit { // defaultBottomNavBarItem(icon: Assets.assetsIconslayout, label: 'Layout'), defaultBottomNavBarItem(icon: Assets.assetsIconsDevices, label: 'Devices'), defaultBottomNavBarItem( - icon: Assets.assetsIconsRoutines, label: 'automation'), + icon: Assets.assetsIconsRoutines, label: 'Automation'), defaultBottomNavBarItem(icon: Assets.assetsIconsMenu, label: 'Menu'), ]; diff --git a/lib/utils/resource_manager/strings_manager.dart b/lib/utils/resource_manager/strings_manager.dart index 4008809..da17d36 100644 --- a/lib/utils/resource_manager/strings_manager.dart +++ b/lib/utils/resource_manager/strings_manager.dart @@ -4,7 +4,7 @@ class StringsManager { static const String dashboard = 'Dashboard'; static const String devices = 'Devices'; - static const String routine = 'automation'; + static const String routine = 'Automation'; static const String tapToRunRoutine = 'Tap to run routine'; static const String wizard = 'Wizard'; static const String active = 'Active';