Merge pull request #4975 from sboursen-scinote/sb_SCI-7909

Protocol templates - unlink action and modal changes [SCI-7909]
This commit is contained in:
Soufiane 2023-02-28 15:38:07 +01:00 committed by GitHub
commit f23094602d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1080,8 +1080,8 @@ en:
update_self_title: "Update this protocol with the version stored in the templates" update_self_title: "Update this protocol with the version stored in the templates"
confirm_link_update_modal: confirm_link_update_modal:
unlink_title: "Unlink protocol template" unlink_title: "Unlink protocol template"
unlink_message: "Are you sure you want to unlink the task protocol from the templates version? This will stop any tracking of changes." unlink_message: "This will stop tracking changes of protocol templates. We cant link it back once you unlink it.<br /><br /><strong>Are you sure?</strong>"
unlink_btn_text: "Unlink" unlink_btn_text: "Yes, unlink it"
revert_title: "Revert protocol template" revert_title: "Revert protocol template"
revert_message: "This will override any changes you made. We cant recover them once you revert.<br /><br /><strong>Are you sure?</strong>" revert_message: "This will override any changes you made. We cant recover them once you revert.<br /><br /><strong>Are you sure?</strong>"
revert_btn_text: "Yes, revert it" revert_btn_text: "Yes, revert it"