From c03234f27dba3ae581ec392f75889a0d2df82c43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B6rrle?= Date: Tue, 15 Aug 2023 08:13:25 +0200 Subject: [PATCH] Update en.json --- .../ui_lovelace_minimalist/translations/en.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/custom_components/ui_lovelace_minimalist/translations/en.json b/custom_components/ui_lovelace_minimalist/translations/en.json index c0ce54f02..6a4a96133 100644 --- a/custom_components/ui_lovelace_minimalist/translations/en.json +++ b/custom_components/ui_lovelace_minimalist/translations/en.json @@ -56,5 +56,13 @@ "ack": "You need to acknowledge all statements.", "gh_token": "Github Token not set. Please re-install this integration to go through the setup procedure. (No custom configuration will be lost)" } + }, + "services": { + "reload": { + "description": "Reload dashboard configuration for UI Lovelace Minimalist." + }, + "installed": { + "description": "Change the installed key in global config for UI Lovelace Minimalist." + } } }