change title of modal

This commit is contained in:
Mojca Lorber 2016-10-03 16:33:58 +02:00
parent 093fbd6b8e
commit 3b0185a45b
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
<div class="modal-body">
<% if @sample.my_modules.count > 0 %>
<div>
<%= t("samples.modal_info.title") %>
<%= t("samples.modal_info.title", nr: @sample.my_modules.count) %>
</div>
<div class="linked-children-datatable">
<table id="sample-info-table" class="table dataTable no-footer" role="grid">

View file

@ -881,7 +881,7 @@ en:
add_new_column: "Add column"
modal_info:
head_title: "Information for sample '%{sample}'"
title: "This sample is assigned to tasks."
title: "This sample is assigned to %{nr} tasks."
no_tasks: "This sample in not assigned to any task."
modal_import:
title: "Import samples"