Browse Source

fix: i18n for Delete modals

pull/6512/head
Muhammed Mustafa 12 months ago
parent
commit
fe55247db9
  1. 2
      packages/nc-gui/components/general/DeleteModal.vue
  2. 1
      packages/nc-gui/lang/en.json

2
packages/nc-gui/components/general/DeleteModal.vue

@ -47,7 +47,7 @@ onKeyStroke('Enter', () => {
</div>
<div class="mb-3 text-gray-800">
Are you sure you want to delete the following <span class="-ml-0.3">{{ props.entityName.toLowerCase() }}?</span>
{{ $t('msg.areYouSureUWantTo') }}<span class="ml-1">{{ props.entityName.toLowerCase() }}?</span>
</div>
<slot name="entity-preview"></slot>

1
packages/nc-gui/lang/en.json

@ -639,6 +639,7 @@
"selectField": "Select field"
},
"msg": {
"areYouSureUWantTo": "Are you sure you want to delete the following",
"warning": {
"barcode": {
"renderError": "Barcode error - please check compatibility between input and barcode type"

Loading…
Cancel
Save