Merge pull request #5229 from G-Chubinidze/gc_SCI_8232

Change title for publishing draft [SCI-8232]
This commit is contained in:
artoscinote 2023-03-31 09:48:29 +02:00 committed by GitHub
commit 11e7667b13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<h4 class="modal-title">
{{ i18n.t('protocols.publish_modal.title', {version: protocol.attributes.version})}}
{{ i18n.t('protocols.publish_modal.title')}}
</h4>
</div>
<div class="modal-body">

View file

@ -2669,7 +2669,7 @@ en:
description_2: "Are you sure?"
confirm: "Yes, delete"
publish_modal:
title: "Publish version %{version} of the protocol template"
title: "Publish protocol template"
name: "Protocol template name"
comment: "Revision notes"
comment_placeholder: "What's new in this version?"