From 8675143cc1c8cd2167ad4a87092b18b991f60eea Mon Sep 17 00:00:00 2001 From: Karl Date: Sun, 27 Aug 2023 14:22:26 -0700 Subject: [PATCH] Update en.json Correct "loosing" to "losing." --- vue/src/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue/src/locales/en.json b/vue/src/locales/en.json index fca096a5..729ee7e5 100644 --- a/vue/src/locales/en.json +++ b/vue/src/locales/en.json @@ -1,5 +1,5 @@ { - "warning_feature_beta": "This feature is currently in a BETA (testing) state. Please expect bugs and possibly breaking changes in the future (possibly loosing feature related data) when using this feature.", + "warning_feature_beta": "This feature is currently in a BETA (testing) state. Please expect bugs and possibly breaking changes in the future (possibly losing feature-related data) when using this feature.", "err_fetching_resource": "There was an error fetching a resource!", "err_creating_resource": "There was an error creating a resource!", "err_updating_resource": "There was an error updating a resource!",