<% if OSM_STATUS == :database_offline %>
-<p>The OpenStreetMap database is currently offline while
- essential database maintenance work is carried out.
+<p><%= t 'layouts.osm_offline' %>
</p>
<% else %>
-<p>The OpenStreetMap database is currently in read-only mode while
- essential database maintenance work is carried out.
+<p><%= t 'layouts.osm_read_only' %>
</p>
<% end %>