diff --git a/frontend/src/components/Settings/AssignmentRules/AssigneeRules.vue b/frontend/src/components/Settings/AssignmentRules/AssigneeRules.vue index 03f3f849..78bc4938 100644 --- a/frontend/src/components/Settings/AssignmentRules/AssigneeRules.vue +++ b/frontend/src/components/Settings/AssignmentRules/AssigneeRules.vue @@ -7,7 +7,8 @@ {{ __( - 'Define who receives the tickets and how they’re distributed among agents.', + 'Define who receives the {0} and how they’re distributed among agents.', + [documentType], ) }} @@ -15,11 +16,19 @@
+
{{ __( - 'Assignment Rules automatically route tickets to the right team members based on predefined conditions.', + 'Assignment Rules automatically route leads or deals to the right team members based on predefined conditions.', ) }}
@@ -22,7 +22,7 @@ />