change all routine words into automation

This commit is contained in:
Rafeek-Khoudare
2025-07-21 13:22:29 +03:00
parent d5321a9ca0
commit 4ac6077011
7 changed files with 10 additions and 10 deletions

View File

@ -5,7 +5,7 @@ class StringsManager {
static const String dashboard = 'Dashboard';
static const String devices = 'Devices';
static const String routine = 'Automation';
static const String tapToRunRoutine = 'Tap to run routine';
static const String tapToRunRoutine = 'Tap to run automation';
static const String wizard = 'Wizard';
static const String active = 'Active';
static const String current = 'Current';
@ -39,6 +39,6 @@ class StringsManager {
'Example: when an unusual activity is detected.';
static const String functions = "Functions";
static const String firstLaunch = "firstLaunch";
static const String deleteScene = 'Remove Routine';
static const String deleteScene = 'Remove Automation';
static const String deleteAutomation = 'Delete Automation';
}