X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c014618ef2037232945403b581a4eb76f95e64ab..3a51160a5b1c06126597cfaff31503839919c136:/app/views/site/offline.rhtml diff --git a/app/views/site/offline.rhtml b/app/views/site/offline.rhtml index 22cf37ca9..b960ab66d 100644 --- a/app/views/site/offline.rhtml +++ b/app/views/site/offline.rhtml @@ -1,9 +1,7 @@ <% if OSM_STATUS == :database_offline %> -

The OpenStreetMap database is currently offline while - essential database maintenance work is carried out. +

<%= t 'layouts.osm_offline' %>

<% else %> -

The OpenStreetMap database is currently in read-only mode while - essential database maintenance work is carried out. +

<%= t 'layouts.osm_read_only' %>

<% end %>