From 6ad3aa339600fe5d73f3d675edac3f035bef8423 Mon Sep 17 00:00:00 2001 From: fen Date: Mon, 10 Oct 2022 14:35:52 +0800 Subject: [PATCH] fix: typo --- ui/src/i18n/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/i18n/locales/en.json b/ui/src/i18n/locales/en.json index 9244dbb0..9f98d9ec 100644 --- a/ui/src/i18n/locales/en.json +++ b/ui/src/i18n/locales/en.json @@ -72,7 +72,7 @@ } }, "language": { - "label": "Language", + "label": "Language (optional)", "placeholder": "Automatic detection" } }