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';