mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-11-02 13:03:35 +00:00
feat: regex hint
This commit is contained in:
@@ -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."
|
||||
}
|
||||
Reference in New Issue
Block a user