Merge pull request #867 from mlorb/ml-sci-1434

Add explanation when copying custom repositories [SCI-1434]
This commit is contained in:
mlorb 2017-11-15 11:34:02 +01:00 committed by GitHub
commit 47784e09a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -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>

View file

@ -885,6 +885,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: