mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 01:44:34 +08:00
Fix protocol copy/save message [SCI-8064] (#5079)
This commit is contained in:
parent
9d4e212c7d
commit
47c59ecc6c
1 changed files with 2 additions and 2 deletions
|
@ -1099,7 +1099,7 @@ en:
|
|||
update_parent_flash: "Protocol in templates was successfully updated with the version from the task."
|
||||
update_parent_error: "Failed to update templates version of the protocol."
|
||||
update_parent_error_locked: "Failed to update templates version of the protocol. One or more files in the protocol are currently being edited."
|
||||
update_from_parent_flash: "Version in the templates was successfully updated."
|
||||
update_from_parent_flash: "Protocol was successfully updated."
|
||||
update_from_parent_error: "Failed to update the protocol with the version in the templates."
|
||||
update_from_parent_error_locked: "Failed to update the protocol with the version in the templates. One or more files in the protocol are currently being edited."
|
||||
load_from_repository_flash: "Successfully loaded the protocol from the templates."
|
||||
|
@ -1130,7 +1130,7 @@ en:
|
|||
link_label: "Link task to this protocol in templates"
|
||||
link_text: "<strong>Warning!</strong> This will unlink the currently linked protocol."
|
||||
error_400: "Due to unknown error, protocol could not be copied to templates."
|
||||
success_message: "New protocol template was successfully saved. You can see it in protocol templates."
|
||||
success_message: "Protocol was successfully saved as a new protocol template."
|
||||
confirm: "Save"
|
||||
load_from_file_flash: "Successfully loaded the protocol from the file."
|
||||
load_from_file_error: "Failed to load the protocol from file."
|
||||
|
|
Loading…
Reference in a new issue