summaryrefslogtreecommitdiff
path: root/spec/features/profiles/chat_names_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/profiles/chat_names_spec.rb')
-rw-r--r--spec/features/profiles/chat_names_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/profiles/chat_names_spec.rb b/spec/features/profiles/chat_names_spec.rb
index c72069f6262..c5aeb0f29b6 100644
--- a/spec/features/profiles/chat_names_spec.rb
+++ b/spec/features/profiles/chat_names_spec.rb
@@ -71,7 +71,7 @@ describe 'Profile > Chat' do
it 'removes chat account' do
click_link 'Remove'
- expect(page).to have_content("You don't have any active chat names.")
+ expect(page).to have_content(_("You don't have any active chat names."))
end
end
end