Style browse 404 page and simplify wording, closes #53
This commit is contained in:
parent
4bfbdcc2f1
commit
1a0ef82ab8
2 changed files with 3 additions and 2 deletions
|
@ -6,4 +6,5 @@
|
||||||
'changeset' => I18n.t('browse.not_found.type.changeset'),
|
'changeset' => I18n.t('browse.not_found.type.changeset'),
|
||||||
};
|
};
|
||||||
%>
|
%>
|
||||||
<p><%= t'browse.not_found.sorry', :type=> browse_not_found_type[@type] , :id => params[:id] %></p>
|
|
||||||
|
<h2><%= t'browse.not_found.sorry', :type=> browse_not_found_type[@type] , :id => params[:id] %></h2>
|
||||||
|
|
|
@ -179,7 +179,7 @@ en:
|
||||||
view_history: "View history"
|
view_history: "View history"
|
||||||
edit: "Edit node"
|
edit: "Edit node"
|
||||||
not_found:
|
not_found:
|
||||||
sorry: "Sorry, the %{type} with the id %{id}, could not be found."
|
sorry: "Sorry, %{type} #%{id} could not be found."
|
||||||
type:
|
type:
|
||||||
node: node
|
node: node
|
||||||
way: way
|
way: way
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue