Skip to content

Commit 4cf95a7

Browse files
Refine summary descriptions in translation files for clarity and consistency
1 parent 8aed8cc commit 4cf95a7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

custom_components/calendar_event/translations/de.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"data_description": {
1414
"calendar_entity_id": "The calendar entity to monitor for events.",
15-
"summary": "The calendar event summary text to match, matching will be case-insensitive.",
15+
"summary": "The text to match against in calendar event summaries. Matching is case-insensitive.",
1616
"comparison_method": "How to match the summary text."
1717
}
1818
}
@@ -30,7 +30,7 @@
3030
},
3131
"data_description": {
3232
"calendar_entity_id": "The calendar entity to monitor for events.",
33-
"summary": "The calendar event summary text to match, matching will be case-insensitive.",
33+
"summary": "The text to match against in calendar event summaries. Matching is case-insensitive.",
3434
"comparison_method": "How to match the summary text."
3535
}
3636
}

custom_components/calendar_event/translations/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"data_description": {
1414
"calendar_entity_id": "The calendar entity to monitor for events.",
15-
"summary": "The calendar event summary text to match, matching will be case-insensitive.",
15+
"summary": "The text to match against in calendar event summaries. Matching is case-insensitive.",
1616
"comparison_method": "How to match the summary text."
1717
}
1818
}
@@ -30,7 +30,7 @@
3030
},
3131
"data_description": {
3232
"calendar_entity_id": "The calendar entity to monitor for events.",
33-
"summary": "The calendar event summary text to match, matching will be case-insensitive.",
33+
"summary": "The text to match against in calendar event summaries. Matching is case-insensitive.",
3434
"comparison_method": "How to match the summary text."
3535
}
3636
}

0 commit comments

Comments
 (0)