From d83d241c393be76081c3b78f4e092c199792fc65 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Tue, 30 Mar 2021 10:20:07 +0200 Subject: [PATCH] :bug: Fixed translation string --- frontend/resources/locales.json | 5 +++++ frontend/src/app/main/ui/dashboard/team_form.cljs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/resources/locales.json b/frontend/resources/locales.json index e0e1df0e7..23248e5cd 100644 --- a/frontend/resources/locales.json +++ b/frontend/resources/locales.json @@ -6577,5 +6577,10 @@ "zh_cn" : "单击以闭合路径" }, "unused" : true + }, + "labels.create-team.placeholder": { + "translations" : { + "en": "Enter new team name" + } } } diff --git a/frontend/src/app/main/ui/dashboard/team_form.cljs b/frontend/src/app/main/ui/dashboard/team_form.cljs index f27c93642..23839e5a8 100644 --- a/frontend/src/app/main/ui/dashboard/team_form.cljs +++ b/frontend/src/app/main/ui/dashboard/team_form.cljs @@ -97,7 +97,7 @@ :auto-focus true :form form :name :name - :label "Enter new team name:"}]] + :label (tr "labels.create-team.placeholder")}]] [:div.modal-footer [:div.action-buttons