Skip to content

Commit

Permalink
Update help text
Browse files Browse the repository at this point in the history
  • Loading branch information
entantoencuanto committed Apr 23, 2024
1 parent b420da1 commit 3d729ad
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion config/locales/ca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ ca:
pattern: Patró de validació de números de telèfon (regexp)
pattern_help_html: Copia aquesta expressió regular <code class="label">^(\+34|0034|34)?[
-]*[6-9][ -]*([0-9][ -]*){8}$</code> per validar aquest format de
telèfono +34999111222
telèfono +34999111222. Podeu revisar i comprovar l'expressió regular
<a href="https://rubular.com/r/dJZGjlLIadxElo">aquí</a>.
placeholder: Placeholder pel número de telèfon
postal_code:
description: Aquest camp és un camp de text. Si está activat, l'usuari
Expand Down
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ en:
pattern: Phone numbers validation pattern (regexp)
pattern_help_html: Copy this regular expression <code class="label">^(\+34|0034|34)?[
-]*[6-9][ -]*([0-9][ -]*){8}$</code> to validate this phone format
+34999111222
+34999111222. You can review and check the regular expression <a href="https://rubular.com/r/dJZGjlLIadxElo">here</a>.
placeholder: Phone number placeholder
postal_code:
description: This field is a String field. If checked, user will have
Expand Down
3 changes: 2 additions & 1 deletion config/locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ es:
pattern: Patrón de validación de números de teléfono (regexp)
pattern_help_html: Copia esta expresión regular <code class="label">^(\+34|0034|34)?[
-]*[6-9][ -]*([0-9][ -]*){8}$</code> para validar este formato de
teléfono +34999111222
teléfono +34999111222. Puedes revisar y editar la expresión regular
<a href="https://rubular.com/r/dJZGjlLIadxElo">aquí</a>.
placeholder: Placeholder para el número de teléfono
postal_code:
description: este campo es un campo de texto. Si está marcado, el usuario
Expand Down
3 changes: 2 additions & 1 deletion config/locales/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ fr:
pattern: Motif de validation des numéros de téléphone (regex)
pattern_help_html: Copiez cette expression régulière <code class="label">^(\+34|0034|34)?[
-]*[6-9][ -]*([0-9][ -]*){8}$</code> pour valider ce format de téléphone
+34999111222
+34999111222. Vous pouvez consulter et vérifier l'expression régulière
<a href="https://rubular.com/r/dJZGjlLIadxElo">ici</a>.
placeholder: Placeholder pour le numéro de téléphone
postal_code:
description: Ce champ est un champ code postal. L'utilisateur pourra
Expand Down

0 comments on commit 3d729ad

Please sign in to comment.