Add empty hint for inbox
This commit is contained in:
parent
0ef69eac69
commit
b2220cf38b
|
@ -3,7 +3,7 @@
|
|||
= render "inbox/entry", i:
|
||||
|
||||
- if @inbox.empty?
|
||||
%p.empty= t(".empty")
|
||||
= render "shared/empty", type: "inbox"
|
||||
|
||||
- if @more_data_available
|
||||
.d-flex.justify-content-center#paginator
|
||||
|
|
|
@ -581,6 +581,9 @@ en:
|
|||
moderation:
|
||||
reports: "There are no open reports right now!"
|
||||
inbox: "This users inbox is empty."
|
||||
inbox:
|
||||
heading: "Your inbox is empty!"
|
||||
text: "To start answering, generate a question or share your profile on other sites to get questions."
|
||||
formatting:
|
||||
body_html: |
|
||||
<p>%{app_name} uses <b>Markdown</b> for formatting</p>
|
||||
|
|
Loading…
Reference in New Issue