From 687305628a2e68ea1d1c60d4e572b8abf54dd0e7 Mon Sep 17 00:00:00 2001 From: Isaak Tsalicoglou Date: Tue, 17 Oct 2023 19:53:15 +0300 Subject: [PATCH] Update en.json Changed wrong singular "this are" to "these are" --- frontend/src/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json index d9ba48cc..2041fd2e 100644 --- a/frontend/src/i18n/en.json +++ b/frontend/src/i18n/en.json @@ -197,7 +197,7 @@ "userScopeGenerationPlaceholder": "The scope will be auto generated", "createUserHomeDirectory": "Create user home directory", "customStylesheet": "Custom Stylesheet", - "defaultUserDescription": "This are the default settings for new users.", + "defaultUserDescription": "These are the default settings for new users.", "disableExternalLinks": "Disable external links (except documentation)", "disableUsedDiskPercentage": "Disable used disk percentage graph", "documentation": "documentation",