Fixed typo Tab to run to Tap to run.

This commit is contained in:
Faris Armoush
2025-05-12 12:06:37 +03:00
parent ef29d78d70
commit c7fef11aec
5 changed files with 7 additions and 7 deletions

View File

@ -29,11 +29,11 @@ class ConditionsRoutinesDevicesView extends StatelessWidget {
children: [
DraggableCard(
imagePath: Assets.tabToRun,
title: 'Tab to run',
title: 'Tap to run',
deviceData: {
'deviceId': 'tab_to_run',
'type': 'trigger',
'name': 'Tab to run',
'name': 'Tap to run',
},
),
DraggableCard(