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> <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="row">
<div class="col-md-6 mb-5"> <div class="col-md-6 mb-5">
......
...@@ -12,10 +12,10 @@ en: ...@@ -12,10 +12,10 @@ en:
edit: edit:
title: Account edition title: Account edition
new: new:
title: Register on Osuny title: "Register - %{title}"
sessions: sessions:
new: new:
title: Welcome to Osuny title: "Welcome - %{title}"
two_factor_authentication: two_factor_authentication:
max_login_attempts_reached: max_login_attempts_reached:
title: Maximul login attemps reached title: Maximul login attemps reached
......
...@@ -12,10 +12,10 @@ fr: ...@@ -12,10 +12,10 @@ fr:
edit: edit:
title: Modification de votre compte title: Modification de votre compte
new: new:
title: Inscription sur Osuny title: "Inscription - %{title}"
sessions: sessions:
new: new:
title: Bienvenue sur Osuny title: "Bienvenue - %{title}"
two_factor_authentication: two_factor_authentication:
max_login_attempts_reached: max_login_attempts_reached:
title: Maximum d'essais atteint 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