Fix copy of app launch modal [SCI-9841]

This commit is contained in:
Martin Artnik 2024-01-15 16:11:52 +01:00
parent 4c262bde83
commit 8f95d8d438

View file

@ -16,7 +16,7 @@
</div>
<div class="modal-footer">
<button type='button' class='btn btn-secondary' @click="cancel">
{{ i18n.t('general.cancel') }}
{{ i18n.t('general.close') }}
</button>
</div>
</div>