Browse Source

chore(gui-v2): add translations to view create modal

pull/2837/head
braks 2 years ago
parent
commit
61077f99ba
  1. 4
      packages/nc-gui-v2/components/dlg/ViewCreate.vue

4
packages/nc-gui-v2/components/dlg/ViewCreate.vue

@ -149,8 +149,8 @@ async function onSubmit() {
</a-form>
<template #footer>
<a-button key="back" @click="vModel = false">Return</a-button>
<a-button key="submit" type="primary" :loading="loading" @click="onSubmit">Submit</a-button>
<a-button key="back" @click="vModel = false">{{ $t('general.cancel') }}</a-button>
<a-button key="submit" type="primary" :loading="loading" @click="onSubmit">{{ $t('general.submit') }}</a-button>
</template>
</a-modal>
</template>

Loading…
Cancel
Save