Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Missing new settings description #33660

Merged
merged 1 commit into from
Oct 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/i18n/src/locales/en.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -3322,9 +3322,13 @@
"Omnichannel_hide_conversation_after_closing": "Hide conversation after closing",
"Omnichannel_hide_conversation_after_closing_description": "After closing the conversation you will be redirected to Home.",
"Livechat_Block_Unknown_Contacts": "Block unknown contacts",
"Livechat_Block_Unknown_Contacts_Description": "Messages from people who are not on the contact list will not appear in the queue but will still appear in contact center.",
"Livechat_Block_Unverified_Contacts": "Block unverified contacts",
"Livechat_Block_Unverified_Contacts_Description": "Messages from unverified people will not appear in the queue but will still appear in contact center.",
"Livechat_Contact_Verification_App": "Contact verification app",
"Livechat_Contact_Verification_App_Description": "Install verification app from marketplace.",
"Livechat_Request_Verification_On_First_Contact_Only": "Request verification on first contact only",
"Livechat_Request_Verification_On_First_Contact_Only_Description": "Requesting verification on all contacts is recommended to follow a zero-trust security strategy.",
"Livechat_Queue": "Omnichannel Queue",
"Livechat_registration_form": "Registration Form",
"Livechat_registration_form_message": "Registration Form Message",
Expand Down
Loading