From ab3241ca9976037fbfe3816a1cede7fab6cecb40 Mon Sep 17 00:00:00 2001 From: Ramesh Mane <101566080+rameshmane7218@users.noreply.github.com> Date: Tue, 26 Nov 2024 05:46:57 +0000 Subject: [PATCH] fix(nc-gui): add max length for custom url validation --- packages/nc-gui/lang/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nc-gui/lang/en.json b/packages/nc-gui/lang/en.json index eb64dfc2c6..c254ea3548 100644 --- a/packages/nc-gui/lang/en.json +++ b/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",