mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-18 06:36:21 +00:00
fix: yaml roto
This commit is contained in:
parent
b489b713ac
commit
1b8685b7ca
2 changed files with 52 additions and 52 deletions
|
@ -6,5 +6,5 @@
|
|||
= render 'comment', comment: comment, profile: comment['attributedTo']
|
||||
|
||||
-# Botones moderación
|
||||
.d-flex.justify-content-between
|
||||
.d-flex.justify-content-center
|
||||
= render 'components/comments_btn_box', comment: comment
|
|
@ -52,7 +52,7 @@ en:
|
|||
components:
|
||||
instances_filters:
|
||||
text_show: Show
|
||||
text_checked: With the checked
|
||||
text_checked: With selected
|
||||
instances_checked_submenu:
|
||||
submenu_case: Check case by case
|
||||
submenu_allow: Allow everything
|
||||
|
@ -61,8 +61,8 @@ en:
|
|||
submenu_allow: Allow
|
||||
submenu_reject: Reject
|
||||
comments_filters:
|
||||
text_show: Sho
|
||||
text_checked: With the checked
|
||||
text_show: Show
|
||||
text_checked: With selected
|
||||
comments_checked_submenu:
|
||||
submenu_pause: Pause
|
||||
submenu_accept: Accept
|
||||
|
@ -74,7 +74,7 @@ en:
|
|||
submenu_reject: Reject
|
||||
profiles_filters:
|
||||
text_show: Show
|
||||
text_checked: With the checked
|
||||
text_checked: With selected
|
||||
profiles_checked_submenu:
|
||||
submenu_pause: Pause
|
||||
submenu_accept: Accept
|
||||
|
|
Loading…
Reference in a new issue