summaryrefslogtreecommitdiff
path: root/spec/views
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-12-20 12:09:21 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-20 12:09:21 +0000
commit09b4875c004d2db76b15cb0b32e7a7e623bbfa6f (patch)
treeed34a2d9267c31a22623e37e8cfc0ca009e59e2b /spec/views
parent19e00b948726c0f7ca27dd92200493803499a4e1 (diff)
downloadgitlab-ce-09b4875c004d2db76b15cb0b32e7a7e623bbfa6f.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/views')
-rw-r--r--spec/views/shared/projects/_list.html.haml_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/views/shared/projects/_list.html.haml_spec.rb b/spec/views/shared/projects/_list.html.haml_spec.rb
index 5c38bb79ea1..b7b4f97f2b6 100644
--- a/spec/views/shared/projects/_list.html.haml_spec.rb
+++ b/spec/views/shared/projects/_list.html.haml_spec.rb
@@ -82,7 +82,7 @@ RSpec.describe 'shared/projects/_list' do
it 'renders a no-content message' do
render
- expect(rendered).to have_content(s_('UserProfile|This user doesn\'t have any personal projects'))
+ expect(rendered).to have_content(s_('UserProfile|There are no projects available to be displayed here.'))
end
end
end