mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-12 16:14:58 +08:00
Merge pull request #6121 from G-Chubinidze/gc_SCI_9186
Button translation in the "Move to different result" Modal [sci-9186]
This commit is contained in:
commit
dc535bce52
2 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
</div>
|
||||
<div class="modal-footer">
|
||||
<button class="btn btn-secondary" @click="cancel">{{ i18n.t('general.cancel') }}</button>
|
||||
<button class="btn btn-primary" @click="confirm">{{ i18n.t('general.save')}}</button>
|
||||
<button class="btn btn-primary" @click="confirm">{{ i18n.t('general.move')}}</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -3534,6 +3534,7 @@ en:
|
|||
newer_version_available: "Newer version of the text below has been saved in the browser. Do you want to restore it?"
|
||||
general:
|
||||
save: "Save"
|
||||
move: "Move"
|
||||
update: "Update"
|
||||
edit: "Edit"
|
||||
delete: "Delete"
|
||||
|
|
Loading…
Add table
Reference in a new issue