Browse Source

fix(nc-gui): add max length for custom url validation

Ramesh Mane 4 days ago
parent
commit
f07fe9e7ec
  1. 3
      packages/nc-gui/lang/en.json

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

@ -1750,7 +1750,8 @@
"thisFeatureIsOnlyAvailableInEnterpriseEdition": "This feature is only available in enterprise edition",
"yourCurrentRoleIs": "Your current role is",
"pleaseRequestAccessForView": "Please request for higher permission from the Admin / Base owner / Workspace owner to get access to this {viewName}",
"preventHideAllOptions": "You cannot hide all options if field is required"
"preventHideAllOptions": "You cannot hide all options if field is required",
"valueMustBeAtMostCharLong": "Value must be at most {length} characters long"
},
"error": {
"manualTriggerHook": "Manual hooks can't be disabled",

Loading…
Cancel
Save