Skip to content
Snippets Groups Projects
Unverified Commit 2a7e5a12 authored by Pierre-André Boissinot's avatar Pierre-André Boissinot Committed by GitHub
Browse files

Merge pull request #1352 from noesya/fix_devise_screens_title_for_extranets

Gestion correcte du title pour les Extranets
parents 96edae0d c578c1f7
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