From 2f9c0880910145926f633ccb5270b1b913235a1b Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Mon, 20 Dec 2021 10:26:35 +0100 Subject: [PATCH] Make "Timers" plural on server control reload page (#10972) --- src/translations/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index b714fa6229..6395157249 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1461,7 +1461,8 @@ "telegram": "Telegram notify services", "smtp": "SMTP notify services", "mqtt": "Manually configured MQTT entities", - "rpi_gpio": "Raspberry Pi GPIO entities" + "rpi_gpio": "Raspberry Pi GPIO entities", + "timer": "Timers" }, "server_management": { "heading": "Server management",