From 708bfe2f66544843ef39dc3103740a2f2b1ff6a1 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Thu, 13 Jul 2023 10:00:26 +0200 Subject: [PATCH] fix --- config/locales/communication/en.yml | 2 +- config/locales/communication/fr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/communication/en.yml b/config/locales/communication/en.yml index 9c426507b..737cd8ec0 100644 --- a/config/locales/communication/en.yml +++ b/config/locales/communication/en.yml @@ -821,7 +821,7 @@ en: host: Sans le protocole sso_button_label: "Default: Sign in via SSO" communication_website: - access_token: Your Github or Gitlab confidential access token. Leave blank if you want it unchanged. + access_token: Your Github or Gitlab confidential access token. Leave the field blank if you don't want to change the token. deployment_status_badge: "Badge URL: <a href=\"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge\" target=\"_blank\">Github</a>, <a href=\"https://docs.gitlab.com/ee/user/project/badges.html\" target=\"_blank\">Gitlab</a>" git_branch: 'If blank, default branch will be used' git_endpoint: 'If blank, default will be used (https://github.com or https://gitlab.com/api/v4)' diff --git a/config/locales/communication/fr.yml b/config/locales/communication/fr.yml index 9e980e691..b1d6f2f90 100644 --- a/config/locales/communication/fr.yml +++ b/config/locales/communication/fr.yml @@ -821,7 +821,7 @@ fr: host: Sans le protocole sso_button_label: "Par défaut : Se connecter en SSO" communication_website: - access_token: Votre clé d'accès Github ou Gitlab confidentielle. Laisser le champ vide vide pour ne pas le modifier. + access_token: Votre clé d'accès Github ou Gitlab confidentielle. Laisser le champ vide pour ne pas le modifier. deployment_status_badge: "URL du badge : <a href=\"https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge\" target=\"_blank\">Github</a>, <a href=\"https://docs.gitlab.com/ee/user/project/badges.html\" target=\"_blank\">Gitlab</a>" git_branch: 'Laisser vide pour la branche par défaut' git_endpoint: 'Laisser vide pour les valeurs par défaut (https://github.com ou https://gitlab.com/api/v4)' -- GitLab