From c50ae1392f8cf76fcd0315cb7b5092da3e7bca03 Mon Sep 17 00:00:00 2001 From: Andreas Violaris <48277853+aviolaris@users.noreply.github.com> Date: Sat, 10 Jun 2023 12:30:40 +0300 Subject: [PATCH] Fixed typo --- src/assets/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/locales/en.json b/src/assets/locales/en.json index a3ca116b..60fdad8c 100644 --- a/src/assets/locales/en.json +++ b/src/assets/locales/en.json @@ -178,7 +178,7 @@ "error-msg-cannot-save": "An error occurred saving config", "error-msg-bad-json": "Error in JSON, possibly malformed", "warning-msg-validation": "Validation Warning", - "not-admin-note": "You cannot write changed to disk, because you are not logged in as an admin" + "not-admin-note": "You cannot write changes to disk because you are not logged in as an administrator" }, "app-rebuild": { "title": "Rebuild Application",