summaryrefslogtreecommitdiff
path: root/template/profilelog.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/profilelog.st')
-rwxr-xr-xtemplate/profilelog.st10
1 files changed, 5 insertions, 5 deletions
diff --git a/template/profilelog.st b/template/profilelog.st
index 3f92185..d277f77 100755
--- a/template/profilelog.st
+++ b/template/profilelog.st
@@ -36,8 +36,8 @@
</div>
$endif$
- <div>dumps posted: $dump_cnt$</div>
- <div>dumps $nick$ faved: $dumps_user_faved_cnt$</div>
+ <div>humps posted: $dump_cnt$</div>
+ <div>humps $nick$ faved: $dumps_user_faved_cnt$</div>
$if(is_home)$
<div id="avatar-editing" class="is-hidden">
@@ -79,8 +79,8 @@
<div id="favbox"></div>
<div id="messageList">
- $if(dumps)$ <span class="content">
- $dumps:{ d | $profile_dump(dump=d)$ }$
+ $if(humps)$ <span class="content">
+ $humps:{ d | $profile_dump(hump=d)$ }$
@@ -89,7 +89,7 @@
$else$
- no dumps
+ no humps
$endif$
</div>