summaryrefslogtreecommitdiff
path: root/spec/features/issuables/discussion_lock_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/issuables/discussion_lock_spec.rb')
-rw-r--r--spec/features/issuables/discussion_lock_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/issuables/discussion_lock_spec.rb b/spec/features/issuables/discussion_lock_spec.rb
index 7ea29ff252b..3582f153df0 100644
--- a/spec/features/issuables/discussion_lock_spec.rb
+++ b/spec/features/issuables/discussion_lock_spec.rb
@@ -98,7 +98,7 @@ describe 'Discussion Lock', :js do
page.within('#notes') do
expect(page).not_to have_selector('js-main-target-form')
expect(page.find('.disabled-comment'))
- .to have_content('This issue is locked. Only project members can comment.')
+ .to have_content(_('This issue is locked. Only project members can comment.'))
end
end
end