aclaracion para las urls

This commit is contained in:
f 2018-08-22 16:59:10 -03:00
parent 059ad8069d
commit 8445931a0d
No known key found for this signature in database
GPG key ID: F3FDAB97B5F9F7E7
3 changed files with 3 additions and 0 deletions

View file

@ -2,3 +2,4 @@
value,
class: 'form-control',
required: template.required?
%small.text-muted.form-text= t('posts.url')

View file

@ -221,3 +221,4 @@ en:
max: 'The maximum value is %{max}'
image:
multiple: 'You can select several images'
url: 'The address must start with http:// or https://'

View file

@ -217,3 +217,4 @@ es:
max: 'El valor máximo es %{max}'
image:
multiple: 'Puedes seleccionar varias imágenes'
url: 'La dirección debe comenzar con http:// o https://'