diff --git a/app/views/content_viewer/not_found.rhtml b/app/views/content_viewer/not_found.rhtml index 7520639..09acf46 100644 --- a/app/views/content_viewer/not_found.rhtml +++ b/app/views/content_viewer/not_found.rhtml @@ -1,2 +1,2 @@ -

<%= _('There is not such page: %s') % (content_tag('tt', @path)) %>

+

<%= _('There is no such page: %s') % (content_tag('tt', @path)) %>

-- libgit2 0.21.2