diff --git a/app/javascript/dashboard/i18n/locale/en/sla.json b/app/javascript/dashboard/i18n/locale/en/sla.json index 2c423f538..ab502b7be 100644 --- a/app/javascript/dashboard/i18n/locale/en/sla.json +++ b/app/javascript/dashboard/i18n/locale/en/sla.json @@ -4,11 +4,11 @@ "HEADER_BTN_TXT": "Add sla", "LOADING": "Fetching slas", "SEARCH_404": "There are no items matching this query", - "SIDEBAR_TXT": "

SLA

SLA help you to categorize conversations and prioritize them. You can assign sla to a conversation from the sidepanel.

SLA are tied to the account and can be used to create custom workflows in your organization. You can assign custom color to a sla, it makes it easier to identify the sla. You will be able to display the sla on the sidebar to filter the conversations easily.

", + "SIDEBAR_TXT": "

SLA

Think of Service Level Agreements (SLAs) like friendly promises between a service provider and a customer.

These promises set clear expectations for things like how quickly the team will respond to issues, making sure you always get a reliable and top-notch experience!

", "LIST": { "404": "There are no slas available in this account.", "TITLE": "Manage slas", - "DESC": "SLA let you group the conversations together.", + "DESC": "SLAs: Friendly promises for great service!", "TABLE_HEADER": ["Name", "Description", "FRT", "NRT", "RT", "Business Hours"] }, "FORM": { @@ -59,7 +59,7 @@ }, "ADD": { "TITLE": "Add SLA", - "DESC": "SLA let you group the conversations together.", + "DESC": "SLAs: Friendly promises for great service!", "API": { "SUCCESS_MESSAGE": "SLA added successfully", "ERROR_MESSAGE": "There was an error, please try again" diff --git a/app/javascript/dashboard/routes/dashboard/settings/sla/AddSLA.vue b/app/javascript/dashboard/routes/dashboard/settings/sla/AddSLA.vue index 83f36afc7..c9cf69774 100644 --- a/app/javascript/dashboard/routes/dashboard/settings/sla/AddSLA.vue +++ b/app/javascript/dashboard/routes/dashboard/settings/sla/AddSLA.vue @@ -51,7 +51,6 @@