rename entities_saved to updated

This commit is contained in:
Proddy
2023-04-22 09:45:12 +02:00
parent 84635ac889
commit e81b1b9277
8 changed files with 16 additions and 16 deletions

View File

@@ -315,13 +315,13 @@ const en: Translation = {
SCHEDULE: 'Schedule',
TIME: 'Time',
TIMER: 'Timer',
SCHEDULE_SAVED: 'Schedule updated',
SCHEDULE_UPDATED: 'Schedule updated',
SCHEDULE_TIMER_1: 'on startup',
SCHEDULE_TIMER_2: 'every minute',
SCHEDULE_TIMER_3: 'every hour',
CUSTOM_ENTITIES: 'Custom Entities',
ENTITIES_HELP_1: 'Fetch custom entities from the EMS bus',
ENTITIES_SAVED: 'Entities Saved',
ENTITIES_UPDATED: 'Entities Updated',
WRITEABLE: 'Writeable'
};