From 96d13b32bb1bbacd116b5c0f3a99718f3adecfb7 Mon Sep 17 00:00:00 2001 From: Lauris BH Date: Thu, 3 Aug 2023 23:55:23 +0300 Subject: [PATCH] Fix en.json file syntax (#2107) --- web/src/assets/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/assets/locales/en.json b/web/src/assets/locales/en.json index 3c0fda8a7..1fa9a0737 100644 --- a/web/src/assets/locales/en.json +++ b/web/src/assets/locales/en.json @@ -441,7 +441,7 @@ "dl_cli": "Download CLI", "shell_setup_before": "do shell setup steps before", "reset_token": "Reset token", - "swagger_ui": "Swagger UI", + "swagger_ui": "Swagger UI" } }, "oauth_error": "Error while authenticating against OAuth provider",