Skip to content
Snippets Groups Projects
Commit c578c1f7 authored by pabois's avatar pabois
Browse files

Neutralize and send correct site title

parent 96edae0d
No related branches found
No related tags found
No related merge requests found
<%= content_for :title, t('.title') %>
<%= content_for :title, t('.title', title: current_extranet.present? ? current_extranet.name : 'Osuny') %>
<h2 class="mb-4"><%= t(".sign_up") %></h2>
......
<%= content_for :title, t('.title') %>
<%= content_for :title, t('.title', title: current_extranet.present? ? current_extranet.name : 'Osuny') %>
<div class="row">
<div class="col-md-6 mb-5">
......
......@@ -12,10 +12,10 @@ en:
edit:
title: Account edition
new:
title: Register on Osuny
title: "Register - %{title}"
sessions:
new:
title: Welcome to Osuny
title: "Welcome - %{title}"
two_factor_authentication:
max_login_attempts_reached:
title: Maximul login attemps reached
......
......@@ -12,10 +12,10 @@ fr:
edit:
title: Modification de votre compte
new:
title: Inscription sur Osuny
title: "Inscription - %{title}"
sessions:
new:
title: Bienvenue sur Osuny
title: "Bienvenue - %{title}"
two_factor_authentication:
max_login_attempts_reached:
title: Maximum d'essais atteint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment