Skip to content

Commit ca5937c

Browse files
committed
ospometa-yaml-generator.html: Update
1 parent 2a83bba commit ca5937c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

public/docs/ospometa-yaml-generator.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ <h2 id="yaml-header">Generated YAML for this OSPO</h2>
129129
en: {
130130
title: 'OSPOmeta YAML Generator',
131131
description: 'OSPOmeta aims at providing a minimal metadata schema for Open Source Programme Offices. See <a href="https://github.com/Bluehats/ospometa">this repo for more</a>.',
132+
open_mail_client_warning: 'Click the button below to open your email client then send the email.',
132133
yamlHeader: 'Generated YAML for this OSPO',
133134
emailButton: 'Send YAML by Email',
134135
urlError: 'Please enter a valid URL',
@@ -179,7 +180,7 @@ <h2 id="yaml-header">Generated YAML for this OSPO</h2>
179180
fr: {
180181
title: 'Générateur YAML OSPOmeta',
181182
description: 'OSPOmeta vise à fournir un schéma de métadonnées minimal pour les <em>Open Source Programme Offices</em>. Voir <a href="https://github.com/Bluehats/ospometa">ce dépôt pour plus d\'informations</a>.',
182-
open_mail_client_warning: 'Cliquer ici pour ouvrir votre client de messagerie et envoyer le mail.',
183+
open_mail_client_warning: 'Cliquez ci-dessous pour ouvrir votre client de messagerie puis envoyer le message.',
183184
yamlHeader: 'YAML généré pour cet OSPO',
184185
emailButton: 'Envoyer le YAML par Email',
185186
urlError: 'Veuillez saisir une URL valide',
@@ -234,7 +235,7 @@ <h2 id="yaml-header">Generated YAML for this OSPO</h2>
234235

235236
// Constants for validation messages and other strings
236237
const MESSAGES = {
237-
EMAIL_RECIPIENT: 'bzg@bzg.fr'
238+
EMAIL_RECIPIENT: '[email protected].fr'
238239
};
239240

240241
// Form field configuration - single source of truth

0 commit comments

Comments
 (0)