From 1454f721d6bab4399fa3aee7944aaa360df11ba7 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Thu, 20 Jun 2024 09:58:16 +0200 Subject: [PATCH] Fix typo in en.json (#747) --- src/localize/languages/en.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/localize/languages/en.json b/src/localize/languages/en.json index 5dc3ef4f..7a00363f 100644 --- a/src/localize/languages/en.json +++ b/src/localize/languages/en.json @@ -26,7 +26,7 @@ "no_data": "No repositories matching search and filters" }, "column": { - "name": "Repository Name", + "name": "Repository name", "downloads": "Downloads", "stars": "Stars", "installed_version": "Downloaded version", @@ -57,7 +57,7 @@ "description": "Change what is shown in the overview table to match your needs.", "sections": { "filters": "Change active filters", - "behaviour": "Change the behaviour of the overview" + "behaviour": "Change the behavior of the overview" }, "status": "Status", "type": "Type", @@ -129,8 +129,8 @@ }, "configured": { "title": "Integration is configured", - "message": "The {name} integration is configured or ignored. You need to delete the configuration for it before removing it from HACS", + "message": "The {name} integration is configured or ignored. You need to delete the configuration for it before removing it from HACS.", "confirm": "Go to integrations" } } -} \ No newline at end of file +}