fix no replies string
This commit is contained in:
parent
116efffdaa
commit
be057dfb75
|
@ -108,7 +108,7 @@
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</ul>
|
</ul>
|
||||||
{{else}}
|
{{else}}
|
||||||
<p>{{i18n "user.summary.no_likes"}}</p>
|
<p>{{i18n "user.summary.no_replies"}}</p>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue