mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-04 11:46:25 +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">
|
||||
<% 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">
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue