From 3a1a4ade68a02b195d422e1d0e00196def059709 Mon Sep 17 00:00:00 2001 From: shodhan-rai <158320705+shodhan-rai@users.noreply.github.com> Date: Wed, 23 Oct 2024 19:38:01 +0530 Subject: [PATCH] Fix issue #22450: Corrected two inaccurate messages (#22496) --- src/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index ede676eb6568..fe4fb0cdee2f 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1957,14 +1957,14 @@ "caption": "Repairs", "description": "Find and fix issues with your Home Assistant instance", "title": "{count} {count, plural,\n one {repair}\n other {repairs}\n}", - "no_repairs": "There are currently no repairs available", + "no_repairs": "There are currently no repairs pending", "more_repairs": "Show all repairs", "show_ignored": "Show ignored repairs", "critical": "Critical", "error": "Error", "warning": "Warning", "system_information": "System information", - "integration_startup_time": "Integration startup time", + "integration_startup_time": "Integration startup times", "copy": "Copy", "reported_by": "Reported by {integration}", "created_at_by": "{date} by {integration}",