mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-22 00:29:09 +08:00
adds label under protocols keywords input [fixes SCI-1560]
This commit is contained in:
parent
533f371984
commit
30d091dc65
2 changed files with 3 additions and 1 deletions
|
|
@ -4,4 +4,5 @@
|
||||||
<option value="<%= kw.name %>"><%= kw.name %></option>
|
<option value="<%= kw.name %>"><%= kw.name %></option>
|
||||||
<% end %>
|
<% end %>
|
||||||
</select>
|
</select>
|
||||||
|
<i><%=t 'protocols.header.keywords_modal' %></i>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
@ -1414,6 +1414,7 @@ en:
|
||||||
no_authors: "No authors"
|
no_authors: "No authors"
|
||||||
description: "Description"
|
description: "Description"
|
||||||
no_description: "No description"
|
no_description: "No description"
|
||||||
|
keywords_modal: "Input one or multiple keywords, confirm each keyword with ENTER key"
|
||||||
edit_name_modal:
|
edit_name_modal:
|
||||||
title: "Edit name of protocol %{protocol}"
|
title: "Edit name of protocol %{protocol}"
|
||||||
label: "Name"
|
label: "Name"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue