use "submitted_posts" string in user profile

This commit is contained in:
Sacha Greif 2015-07-17 12:03:25 +09:00
parent d2aa8a73f0
commit 715716f64d
2 changed files with 2 additions and 1 deletions

View file

@ -50,6 +50,7 @@
"id" : "ID",
"github" : "GitHub",
"site" : "Site",
"submitted_posts": "Submitted Posts",
"upvoted_posts" : "Upvoted Posts",
"downvoted_posts" : "Downvoted Posts",
"pending" : "Pending",

View file

@ -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>