mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-25 16:24:27 +08:00
Merge pull request #4594 from aignatov-bio/ai-sci-7426-fix-duplicate-activity
Fix duplicate activities wording [SCI-7426]
This commit is contained in:
commit
6e2224990b
1 changed files with 3 additions and 3 deletions
|
@ -247,9 +247,9 @@ en:
|
|||
task_step_text_duplicated_html: "%{user} duplicated text <strong>%{text_name}</strong> in protocol’s step %{step_position} <strong>%{step}</strong> on task %{my_module}."
|
||||
task_step_table_duplicated_html: "%{user} duplicated table <strong>%{table_name}</strong> in protocol’s step %{step_position} <strong>%{step}</strong> on task %{my_module}."
|
||||
task_step_checklist_duplicated_html: "%{user} duplicated checklist <strong>%{checklist_name}</strong> in protocol’s step %{step_position} <strong>%{step}</strong> on task %{my_module}."
|
||||
protocol_step_text_duplicated_html: "%{user} duplicated text <strong>%{text_name}</strong> in protocol’s step %{step_position} <strong>%{step}</strong> in protocol %{protocol} in Protocol repository."
|
||||
protocol_step_table_duplicated_html: "%{user} duplicated table <strong>%{table_name}</strong> in protocol’s step %{step_position} <strong>%{step}</strong> in protocol %{protocol} in Protocol repository."
|
||||
protocol_step_checklist_duplicated_html: "%{user} duplicated checklist <strong>%{checklist_name}</strong> in protocol’s step %{step_position} <strong>%{step}</strong> in protocol %{protocol} in Protocol repository."
|
||||
protocol_step_text_duplicated_html: "%{user} duplicated text <strong>%{text_name}</strong> in protocol’s step %{step_position} <strong>%{step}</strong> in Protocol repository."
|
||||
protocol_step_table_duplicated_html: "%{user} duplicated table <strong>%{table_name}</strong> in protocol’s step %{step_position} <strong>%{step}</strong> in Protocol repository."
|
||||
protocol_step_checklist_duplicated_html: "%{user} duplicated checklist <strong>%{checklist_name}</strong> in protocol’s step %{step_position} <strong>%{step}</strong> in Protocol repository."
|
||||
label_template_created_html: "%{user} created %{type} label template %{label_template} in Label templates."
|
||||
label_template_edited_html: "%{user} edited %{type} label template %{label_template} in Label templates."
|
||||
label_template_deleted_html: "%{user} deleted %{type} label template %{label_template} in Label templates."
|
||||
|
|
Loading…
Reference in a new issue