From 38fb48b231c935a9e240b0fa291741d1f3ad80f6 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Tue, 29 Aug 2023 13:38:15 +0100 Subject: [PATCH] Add trailing full stop to visit_addon_page message (#17719) --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 6e87925df5..f05f25ca9a 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -5847,7 +5847,7 @@ "new_update_available": "{name} {version} is available", "not_available_arch": "This add-on is not compatible with the processor of your device or the operating system you have installed on your device.", "not_available_version": "You are running Home Assistant {core_version_installed}, to update to this version of the add-on you need at least version {core_version_needed} of Home Assistant", - "visit_addon_page": "Visit the {name} page for more details", + "visit_addon_page": "Visit the {name} page for more details.", "restart": "restart", "start": "start", "stop": "stop",