Replace old Spanish text with org name

This commit is contained in:
Pierre Mesure
2019-11-09 13:39:57 +01:00
parent 487008d445
commit 232e6c7f11
3 changed files with 3 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="<%= I18n.locale %>">
<head>
<%= render "layouts/common_head", default_title: "Gobierno abierto" %>
<%= render "layouts/common_head", default_title: setting["org_name"] %>
<%= render "layouts/meta_tags" %>
<%= raw setting["html.per_page_code_head"] %>
</head>