From a0d2dd8ba167f7eb234fce61b98957c003bbc99c Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 28 Nov 2023 15:23:18 +0100 Subject: [PATCH] =?UTF-8?q?rester=20connect=C3=A9=20#2440?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/modules/reha_mod/reha_mod.module | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/modules/reha_mod/reha_mod.module b/web/modules/reha_mod/reha_mod.module index 5e8f4e0..6a773e9 100644 --- a/web/modules/reha_mod/reha_mod.module +++ b/web/modules/reha_mod/reha_mod.module @@ -8,4 +8,8 @@ function reha_mod_form_user_register_form_alter(&$form, \Drupal\Core\Form\FormStateInterface $form_state, $form_id) { $form['actions']['submit']['#value'] = "valider"; +} + +function reha_mod_form_user_login_form_alter(&$form, \Drupal\Core\Form\FormStateInterface $form_state, $form_id) { + $form['persistent_login']['#title'] = "rester connecté"; } \ No newline at end of file