mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-17 14:32:34 +08:00
Add version number to publish modal [SCI-8237]
This commit is contained in:
parent
b1914468c9
commit
0efeb1d4cb
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
||||
<h4 class="modal-title">
|
||||
{{ i18n.t('protocols.publish_modal.title')}}
|
||||
{{ i18n.t('protocols.publish_modal.title', { nr: this.protocol.attributes.version })}}
|
||||
</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue