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

@ -9,7 +9,7 @@ class EmptyDevicesWidget extends StatelessWidget {
return Padding(
padding: const EdgeInsets.symmetric(vertical: 48),
child: Text(
"No routines.\nEnable 'Show on Home Screen' to add routines",
"No automations.\nEnable 'Show on Home Screen' to add automations",
textAlign: TextAlign.center,
style: TextStyle(
color: ColorsManager.grayColor,