5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-01 21:36:07 +00:00

mostrar todavia mejor

This commit is contained in:
f 2018-06-19 15:12:29 -03:00
parent a737101f00
commit bd78dd6ce4
No known key found for this signature in database
GPG key ID: F3FDAB97B5F9F7E7
3 changed files with 3 additions and 3 deletions

View file

@ -80,7 +80,7 @@
.form-group
= label_tag "post_#{template}" do
- if template.private?
= fa_icon 'lock', alt: t('posts.private')
= fa_icon 'lock', title: t('posts.private')
= template.help.present? ? template.help : template.human
- name = "post[#{template}]"
- value = @post.new? ? template.values : @post.get_front_matter(template)

View file

@ -204,6 +204,6 @@ en:
date: 'Post needs a valid date'
invalid: 'This field is required!'
open: 'Tip: You can add new options by typing them and pressing Enter'
private: 'The values of this field will remain private'
private: '🔒 The values of this field will remain private'
select:
placeholder: 'Type to filter available options'

View file

@ -200,6 +200,6 @@ es:
date: 'Necesita una fecha'
invalid: '¡Este campo es obligatorio!'
open: 'Nota: Puedes agregar más opciones a medida que las escribes y presionas Entrar'
private: 'Los valores de este campo serán privados'
private: '🔒 Los valores de este campo serán privados'
select:
placeholder: 'Empieza a escribir para filtrar las opciones disponibles'