mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-28 19:24:10 +08:00
Fix duplicate activities wording [SCI-7426]
This commit is contained in:
parent
22fad95efd
commit
34ffcbd8e8
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