diff options
-rw-r--r-- | app/views/shared/empty_states/_wikis.html.haml | 2 | ||||
-rw-r--r-- | changelogs/unreleased/gt-update-wiki-empty-state.yml | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/app/views/shared/empty_states/_wikis.html.haml b/app/views/shared/empty_states/_wikis.html.haml index 5351c9ce6a4..df3308abe0d 100644 --- a/app/views/shared/empty_states/_wikis.html.haml +++ b/app/views/shared/empty_states/_wikis.html.haml @@ -5,7 +5,7 @@ - create_link = link_to s_('WikiEmpty|Create your first page'), create_path, class: 'btn btn-success', title: s_('WikiEmpty|Create your first page') = render layout: layout_path, locals: { image_path: 'illustrations/wiki_login_empty.svg' } do - %h4 + %h4.text-left = s_('WikiEmpty|The wiki lets you write documentation for your project') %p.text-left = s_("WikiEmpty|A wiki is where you can store all the details about your project. This can include why you've created it, its principles, how to use it, and so on.") diff --git a/changelogs/unreleased/gt-update-wiki-empty-state.yml b/changelogs/unreleased/gt-update-wiki-empty-state.yml new file mode 100644 index 00000000000..76f923ae814 --- /dev/null +++ b/changelogs/unreleased/gt-update-wiki-empty-state.yml @@ -0,0 +1,5 @@ +--- +title: Update wiki empty state +merge_requrst: 22218 +author: George Tsiolis +type: other |