mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
use "submitted_posts" string in user profile
This commit is contained in:
parent
d2aa8a73f0
commit
715716f64d
2 changed files with 2 additions and 1 deletions
|
@ -50,6 +50,7 @@
|
|||
"id" : "ID",
|
||||
"github" : "GitHub",
|
||||
"site" : "Site",
|
||||
"submitted_posts": "Submitted Posts",
|
||||
"upvoted_posts" : "Upvoted Posts",
|
||||
"downvoted_posts" : "Downvoted Posts",
|
||||
"pending" : "Pending",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<template name="user_posts">
|
||||
<div class="user-profile-posts grid grid-module">
|
||||
<h3>{{_ "posts"}}</h3>
|
||||
<h3>{{_ "submitted_posts"}}</h3>
|
||||
{{> posts_list_controller arguments}}
|
||||
</div>
|
||||
</template>
|
Loading…
Add table
Reference in a new issue