feat: regex hint

This commit is contained in:
Abhinav Raut
2025-04-13 19:28:58 +05:30
parent 91372f5339
commit 0254bab266
11 changed files with 54 additions and 21 deletions

View File

@@ -246,8 +246,10 @@
"navigation.views": "Views",
"navigation.reassignReplies": "Reassign replies",
"navigation.allContacts": "All Contacts",
"navigation.customAttributes": "Custom Attributes",
"form.field.name": "Name",
"form.field.regex": "Regex",
"form.field.regexHint": "Regex hint",
"form.field.key": "Key",
"form.field.type": "Type",
"form.field.listValues": "List values",
@@ -607,5 +609,6 @@
"contact.unblockConfirm": "Are you sure you want to unblock this contact? They will be able to interact with you again.",
"contact.alreadyExistsWithEmail": "Another contact with same email already exists",
"admin.customAttributes.deleteConfirmation": "This action cannot be undone. This will permanently delete this custom attribute.",
"admin.customAttributes.regex.description": "Regex to validate the value of this custom attribute. Leave empty to skip validation."
"admin.customAttributes.regex.description": "Regex to validate the value of this custom attribute. Leave empty to skip validation.",
"admin.customAttributes.regexHint.description": "Regex pattern hint."
}