mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-13 16:45:18 +08:00
change title of modal
This commit is contained in:
parent
093fbd6b8e
commit
3b0185a45b
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<% if @sample.my_modules.count > 0 %>
|
<% if @sample.my_modules.count > 0 %>
|
||||||
<div>
|
<div>
|
||||||
<%= t("samples.modal_info.title") %>
|
<%= t("samples.modal_info.title", nr: @sample.my_modules.count) %>
|
||||||
</div>
|
</div>
|
||||||
<div class="linked-children-datatable">
|
<div class="linked-children-datatable">
|
||||||
<table id="sample-info-table" class="table dataTable no-footer" role="grid">
|
<table id="sample-info-table" class="table dataTable no-footer" role="grid">
|
||||||
|
|
|
@ -881,7 +881,7 @@ en:
|
||||||
add_new_column: "Add column"
|
add_new_column: "Add column"
|
||||||
modal_info:
|
modal_info:
|
||||||
head_title: "Information for sample '%{sample}'"
|
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."
|
no_tasks: "This sample in not assigned to any task."
|
||||||
modal_import:
|
modal_import:
|
||||||
title: "Import samples"
|
title: "Import samples"
|
||||||
|
|
Loading…
Add table
Reference in a new issue