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:
artoscinote 2023-09-01 11:40:57 +02:00 committed by GitHub
commit dc535bce52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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>

View file

@ -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"