Merge pull request #114 from SyncrowIOT/SP-1851-fe-change-the-routine-title-to-workflow-automation-in-the-web-and-to-automation-in-the-app

[FE] Change the routine title to "Workflow Automation" in the web and to "automation" in the app
This commit is contained in:
Rafeek-khoudare
2025-07-21 09:08:19 +03:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@ -569,7 +569,8 @@ class HomeCubit extends Cubit<HomeState> {
// defaultBottomNavBarItem(icon: Assets.assetsIconsDashboard, label: 'Dashboard'), // defaultBottomNavBarItem(icon: Assets.assetsIconsDashboard, label: 'Dashboard'),
// defaultBottomNavBarItem(icon: Assets.assetsIconslayout, label: 'Layout'), // defaultBottomNavBarItem(icon: Assets.assetsIconslayout, label: 'Layout'),
defaultBottomNavBarItem(icon: Assets.assetsIconsDevices, label: 'Devices'), defaultBottomNavBarItem(icon: Assets.assetsIconsDevices, label: 'Devices'),
defaultBottomNavBarItem(icon: Assets.assetsIconsRoutines, label: 'Routine'), defaultBottomNavBarItem(
icon: Assets.assetsIconsRoutines, label: 'Automation'),
defaultBottomNavBarItem(icon: Assets.assetsIconsMenu, label: 'Menu'), defaultBottomNavBarItem(icon: Assets.assetsIconsMenu, label: 'Menu'),
]; ];
@ -616,7 +617,6 @@ BottomNavigationBarItem defaultBottomNavBarItem(
); );
} }
// class PermissionUtils { // class PermissionUtils {
// // Check if the "VIEW" permission exists in "MANAGE_SUBSPACE" // // Check if the "VIEW" permission exists in "MANAGE_SUBSPACE"
// static bool hasViewPermission(List<dynamic> permissions) { // static bool hasViewPermission(List<dynamic> permissions) {

View File

@ -4,7 +4,7 @@ class StringsManager {
static const String dashboard = 'Dashboard'; static const String dashboard = 'Dashboard';
static const String devices = 'Devices'; 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 tapToRunRoutine = 'Tap to run routine';
static const String wizard = 'Wizard'; static const String wizard = 'Wizard';
static const String active = 'Active'; static const String active = 'Active';