Browse Source

Updating language on not found page

Brian (bex) Exelbierd 7 years ago
parent
commit
97e5c73e91
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pagure/templates/not_found.html

+ 2 - 2
pagure/templates/not_found.html

@@ -17,8 +17,8 @@
       {% else %}
       <p>The requested page cannot be found, we're sorry :(</p>
       {% endif %}
-      <p>Maybe you enter a bad URL, or the page has moved or has been removed, or...<br/>
-      Use the main navigation menu to get (re)started.</p>
+      <p>You have either entered a bad URL or the page has moved, removed, or otherwise rendered unavailable.<br/>
+      Please use the main navigation menu to get (re)started.</p>
     </div>
   </div>
 </div>