mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-11 23:54:43 +08:00
Change title for publishing draft [SCI-8232]
This commit is contained in:
parent
e1cf9775fd
commit
57d951a690
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
||||||
<h4 class="modal-title">
|
<h4 class="modal-title">
|
||||||
{{ i18n.t('protocols.publish_modal.title', {version: protocol.attributes.version})}}
|
{{ i18n.t('protocols.publish_modal.title')}}
|
||||||
</h4>
|
</h4>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
|
|
|
@ -2669,7 +2669,7 @@ en:
|
||||||
description_2: "Are you sure?"
|
description_2: "Are you sure?"
|
||||||
confirm: "Yes, delete"
|
confirm: "Yes, delete"
|
||||||
publish_modal:
|
publish_modal:
|
||||||
title: "Publish version %{version} of the protocol template"
|
title: "Publish protocol template"
|
||||||
name: "Protocol template name"
|
name: "Protocol template name"
|
||||||
comment: "Revision notes"
|
comment: "Revision notes"
|
||||||
comment_placeholder: "What's new in this version?"
|
comment_placeholder: "What's new in this version?"
|
||||||
|
|
Loading…
Add table
Reference in a new issue