From 30d091dc65ccd11291d97520263d1908cf7617d0 Mon Sep 17 00:00:00 2001 From: zmagod Date: Tue, 17 Oct 2017 14:10:56 +0200 Subject: [PATCH] adds label under protocols keywords input [fixes SCI-1560] --- app/views/protocols/header/_edit_keywords_modal_body.html.erb | 3 ++- config/locales/en.yml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/protocols/header/_edit_keywords_modal_body.html.erb b/app/views/protocols/header/_edit_keywords_modal_body.html.erb index 51250f321..021e33ad1 100644 --- a/app/views/protocols/header/_edit_keywords_modal_body.html.erb +++ b/app/views/protocols/header/_edit_keywords_modal_body.html.erb @@ -4,4 +4,5 @@ <% end %> -<% end %> \ No newline at end of file + <%=t 'protocols.header.keywords_modal' %> +<% end %> diff --git a/config/locales/en.yml b/config/locales/en.yml index 4241aba35..5361ba628 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1414,6 +1414,7 @@ en: no_authors: "No authors" description: "Description" no_description: "No description" + keywords_modal: "Input one or multiple keywords, confirm each keyword with ENTER key" edit_name_modal: title: "Edit name of protocol %{protocol}" label: "Name"