Fix duplicate activities wording [SCI-7426]

This commit is contained in:
Anton 2022-11-04 11:07:59 +01:00
parent 22fad95efd
commit 34ffcbd8e8

View file

@ -247,9 +247,9 @@ en:
task_step_text_duplicated_html: "%{user} duplicated text <strong>%{text_name}</strong> in protocols step %{step_position} <strong>%{step}</strong> on task %{my_module}."
task_step_table_duplicated_html: "%{user} duplicated table <strong>%{table_name}</strong> in protocols step %{step_position} <strong>%{step}</strong> on task %{my_module}."
task_step_checklist_duplicated_html: "%{user} duplicated checklist <strong>%{checklist_name}</strong> in protocols step %{step_position} <strong>%{step}</strong> on task %{my_module}."
protocol_step_text_duplicated_html: "%{user} duplicated text <strong>%{text_name}</strong> in protocols 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 protocols 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 protocols 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 protocols step %{step_position} <strong>%{step}</strong> in Protocol repository."
protocol_step_table_duplicated_html: "%{user} duplicated table <strong>%{table_name}</strong> in protocols step %{step_position} <strong>%{step}</strong> in Protocol repository."
protocol_step_checklist_duplicated_html: "%{user} duplicated checklist <strong>%{checklist_name}</strong> in protocols 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."