Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/customer_relations/issue_contact.rb')
-rw-r--r--app/models/customer_relations/issue_contact.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/customer_relations/issue_contact.rb b/app/models/customer_relations/issue_contact.rb
index ba73b685906..98faf8d6644 100644
--- a/app/models/customer_relations/issue_contact.rb
+++ b/app/models/customer_relations/issue_contact.rb
@@ -15,6 +15,6 @@ class CustomerRelations::IssueContact < ApplicationRecord
return unless issue&.project&.namespace_id
return if contact.group_id == issue.project.namespace_id
- errors.add(:base, _('The contact does not belong to the same group as the issue.'))
+ errors.add(:base, _('The contact does not belong to the same group as the issue'))
end
end