X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1f8a68371ad34594cce4aadf5fef229588fd4ddc..1be7bb8a047ccad1cd49a5e6e623f6a12d42b918:/app/views/diary_entry/no_such_entry.rhtml diff --git a/app/views/diary_entry/no_such_entry.rhtml b/app/views/diary_entry/no_such_entry.rhtml index 1ebcf269c..eef0e47d2 100644 --- a/app/views/diary_entry/no_such_entry.rhtml +++ b/app/views/diary_entry/no_such_entry.rhtml @@ -1,2 +1,2 @@ -

No entry with the id: <%= h(params[:id]) %>

-

Sorry, there is no diary entry or comment with the id <%=h params[:id] -%>, or no id was given. Please check your spelling, or maybe the link you clicked is wrong.

+

<%= t 'diary_entry.no_such_entry.heading', :id => h(params[:id]) %>

+

<%= t 'diary_entry.no_such_entry.body', :id => h(params[:id]) %>