summaryrefslogtreecommitdiff
path: root/lib/gitlab/quick_actions/relate_actions.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/quick_actions/relate_actions.rb')
-rw-r--r--lib/gitlab/quick_actions/relate_actions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/quick_actions/relate_actions.rb b/lib/gitlab/quick_actions/relate_actions.rb
index 1de23523f01..4c8035f192e 100644
--- a/lib/gitlab/quick_actions/relate_actions.rb
+++ b/lib/gitlab/quick_actions/relate_actions.rb
@@ -7,7 +7,7 @@ module Gitlab
include ::Gitlab::QuickActions::Dsl
included do
- desc _('Mark this issue as related to another issue')
+ desc { _('Mark this issue as related to another issue') }
explanation do |related_reference|
_('Marks this issue as related to %{issue_ref}.') % { issue_ref: related_reference }
end