mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 02:21:42 +00:00
aclaracion para las urls
This commit is contained in:
parent
059ad8069d
commit
8445931a0d
3 changed files with 3 additions and 0 deletions
|
@ -2,3 +2,4 @@
|
|||
value,
|
||||
class: 'form-control',
|
||||
required: template.required?
|
||||
%small.text-muted.form-text= t('posts.url')
|
||||
|
|
|
@ -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://'
|
||||
|
|
|
@ -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://'
|
||||
|
|
Loading…
Reference in a new issue