mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
add explanation when copying custom repositories
This commit is contained in:
parent
cd6799d571
commit
be74338d9f
2 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
<div class="form-group">
|
||||
<%= f.text_field :name,
|
||||
label: t("repositories.index.modal_copy.name"),
|
||||
help: t("repositories.index.modal_copy.description"),
|
||||
autofocus: true,
|
||||
placeholder: t("repositories.index.modal_copy.name_placeholder") %>
|
||||
</div>
|
||||
|
|
|
@ -884,6 +884,7 @@ en:
|
|||
modal_copy:
|
||||
title_html: "Copy repository <em>%{name}</em>"
|
||||
name: "New repository name"
|
||||
description: "Only the structure of the repository is going to be copied."
|
||||
name_placeholder: "My repository"
|
||||
copy: "Copy repository"
|
||||
modal_create:
|
||||
|
|
Loading…
Reference in a new issue