Browse Source

fix: barcode i18n error text

pull/6905/head
Raju Udava 10 months ago
parent
commit
d4205e8c71
  1. 3
      packages/nc-gui/lang/en.json

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

@ -1010,7 +1010,8 @@
},
"nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed.",
"barcodeFieldsCannotBeDirectlyChanged": "Warning: Barcode fields cannot be directly changed."
},
"duplicateProject": "Are you sure you want to duplicate the base?",
"duplicateTable": "Are you sure you want to duplicate the table?"

Loading…
Cancel
Save