mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 04:01:43 +00:00
mostrar todavia mejor
This commit is contained in:
parent
a737101f00
commit
bd78dd6ce4
3 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue