diff --git a/lib/features/app_layout/bloc/home_cubit.dart b/lib/features/app_layout/bloc/home_cubit.dart index 6072e81..fe3794c 100644 --- a/lib/features/app_layout/bloc/home_cubit.dart +++ b/lib/features/app_layout/bloc/home_cubit.dart @@ -569,7 +569,8 @@ class HomeCubit extends Cubit { // defaultBottomNavBarItem(icon: Assets.assetsIconsDashboard, label: 'Dashboard'), // defaultBottomNavBarItem(icon: Assets.assetsIconslayout, label: 'Layout'), defaultBottomNavBarItem(icon: Assets.assetsIconsDevices, label: 'Devices'), - defaultBottomNavBarItem(icon: Assets.assetsIconsRoutines, label: 'Routine'), + defaultBottomNavBarItem( + icon: Assets.assetsIconsRoutines, label: 'Automation'), defaultBottomNavBarItem(icon: Assets.assetsIconsMenu, label: 'Menu'), ]; @@ -616,7 +617,6 @@ BottomNavigationBarItem defaultBottomNavBarItem( ); } - // class PermissionUtils { // // Check if the "VIEW" permission exists in "MANAGE_SUBSPACE" // static bool hasViewPermission(List permissions) { diff --git a/lib/utils/resource_manager/strings_manager.dart b/lib/utils/resource_manager/strings_manager.dart index 447bf6d..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 = 'Routines'; + static const String routine = 'Automation'; static const String tapToRunRoutine = 'Tap to run routine'; static const String wizard = 'Wizard'; static const String active = 'Active';