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