diff --git a/VERSION b/VERSION
index a50908ca3..8ba2fd98c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.42.0
+1.42.0.1
diff --git a/config/locales/en.yml b/config/locales/en.yml
index b060ad479..11148cc35 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -430,7 +430,7 @@ en:
attachments:
menu:
- office_file: "New Office file"
+ office_file: "New Microsoft 365 file"
chemical_drawing: "New chemical drawing"
file_from_pc: "File from your PC"
modified_label: "Modified:"
@@ -2215,9 +2215,9 @@ en:
success_flash: "File result successfully deleted."
wopi_open_file: "Open in %{app}"
wopi_edit_file: "Open in %{app}"
- wopi_word: "Microsoft Word for the Web"
- wopi_excel: "Microsoft Excel for the Web"
- wopi_powerpoint: "Microsoft PowerPoint for the Web"
+ wopi_word: "Microsoft Word for the web"
+ wopi_excel: "Microsoft Excel for the web"
+ wopi_powerpoint: "Microsoft PowerPoint for the web"
error_flash: 'Something went wrong! Please try again later.'
result_tables:
@@ -4387,9 +4387,9 @@ en:
wopi_supported_table_formats_title: 'Only .xlsx, .xlsm, .xlsb, .ods file formats are supported for editing in Excel for the web.'
wopi_supported_presentation_formats_title: 'Only .pptx, ppsx, .odp file formats are supported for editing in PowerPoint for the web.'
create_wopi_file:
- button_text: 'New Microsoft Office file'
- li_text: "Office file"
- modal_title: 'Create new Microsoft Office document'
+ button_text: 'New Microsoft 365 file'
+ li_text: "Microsoft 365 file"
+ modal_title: 'Create new Microsoft 365 document'
text_field_label: 'Document name'
type_select_label: 'Document type'
text_field_placeholder: 'Enter document name...'
diff --git a/config/locales/global_activities/en.yml b/config/locales/global_activities/en.yml
index 30281aa39..a2366eeab 100644
--- a/config/locales/global_activities/en.yml
+++ b/config/locales/global_activities/en.yml
@@ -122,12 +122,12 @@ en:
move_experiment_html: "%{user} moved experiment %{experiment} from project %{project_original} to project %{project_new}."
clone_experiment_html: "%{user} duplicated experiment %{experiment_new} from experiment %{experiment_original} as template."
archive_experiment_html: "%{user} archived experiment %{experiment}."
- edit_wopi_file_on_result_html: "%{user} edited Office online file %{asset_name} on result %{result}: %{action}."
+ edit_wopi_file_on_result_html: "%{user} edited Microsoft 365 file %{asset_name} on result %{result}: %{action}."
export_protocol_from_task_html: "%{user} exported protocol from task %{my_module}"
copy_protocol_in_repository_html: "%{user} duplicated protocol %{protocol_new} from protocol %{protocol_original} as a template"
user_leave_team_html: "%{user} left team %{team}"
- edit_wopi_file_on_step_html: "%{user} edited Office online file %{asset_name} on protocol's step %{step_position} %{step} on task %{my_module}: %{action}."
- edit_wopi_file_on_step_in_repository_html: "%{user} edited Office online file %{asset_name} on protocol %{protocol}'s step %{step_position} %{step} in Protocol repository: %{action}."
+ edit_wopi_file_on_step_html: "%{user} edited Microsoft 365 file %{asset_name} on protocol's step %{step_position} %{step} on task %{my_module}: %{action}."
+ edit_wopi_file_on_step_in_repository_html: "%{user} edited Microsoft 365 file %{asset_name} on protocol %{protocol}'s step %{step_position} %{step} in Protocol repository: %{action}."
restore_experiment_html: "%{user} restored experiment %{experiment}."
rename_task_html: "%{user} renamed task %{my_module}."
move_task_html: "%{user} moved task %{my_module} from experiment %{experiment_original} to experiment %{experiment_new}."
@@ -313,7 +313,7 @@ en:
edit_task_result_file_locally_html: "%{user} locally edited file %{file} on result %{result}"
export_inventories_html: "%{user} exported inventory %{inventories}"
edit_image_on_inventory_item_html: "%{user} edited image %{asset_name} on inventory item %{repository_row} in inventory %{repository}: %{action}."
- edit_wopi_file_on_inventory_item_html: "%{user} edited Office online file %{asset_name} on inventory item %{repository_row} in inventory %{repository}: %{action}."
+ edit_wopi_file_on_inventory_item_html: "%{user} edited Microsoft 365 file %{asset_name} on inventory item %{repository_row} in inventory %{repository}: %{action}."
export_inventory_stock_consumption_html: "%{user} exported stock consumption for inventory item(s) %{inventory_items} in inventory %{repository}."
task_step_file_duplicated_html: "%{user} duplicated file %{file} on protocol's step %{step} on task %{my_module}."
result_file_duplicated_html: "%{user} duplicated file %{file} on result %{result} on task %{my_module}."
@@ -470,9 +470,9 @@ en:
move_experiment: "Experiment moved"
clone_experiment: "Experiment duplicated"
archive_experiment: "Experiment archived"
- edit_wopi_file_on_result: "Office online file on result edited"
- edit_wopi_file_on_step: "Office online file on task step edited"
- edit_wopi_file_on_step_in_repository: "Office online file on step edited"
+ edit_wopi_file_on_result: "Microsoft 365 file on result edited"
+ edit_wopi_file_on_step: "Microsoft 365 file on task step edited"
+ edit_wopi_file_on_step_in_repository: "Microsoft 365 file on step edited"
restore_experiment: "Experiment restored"
rename_task: "Task renamed"
move_task: "Task moved"