From 96e4b8a2051e882d78feb1ce945bbf157a9baae0 Mon Sep 17 00:00:00 2001 From: pabois <pierreandre.boissinot@noesya.coop> Date: Mon, 18 Sep 2023 12:10:10 +0200 Subject: [PATCH] en --- config/locales/en.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/locales/en.yml b/config/locales/en.yml index ca4e14f22..e3b18745e 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -270,6 +270,10 @@ en: text_line_3_html: "Number of lines in the file: %{number}." text_error_msg: "Line %{line}: %{error}" text_errors_title: "Some errors have occured:" + low_sms_credits: + body_1_html: "Warning, your SMS credits are low: %{credits} credits remaining!" + body_2_html: "Click <a href=\"%{link}\" target=\"_blank\" style=\"color: #c72b43;\">here</a> to refull." + subject: "Osuny - Low SMS Credits (%{credits})" website_invalid_access_token: subject: "Expired access token for \"%{website}\"" text_line_1_html: "The access token used for the website \"%{website}\" has expired and does not allow the website to be updated anymore." -- GitLab