summaryrefslogtreecommitdiff
path: root/template/profile.st
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-02-04 18:52:20 +0000
committeryo momma <shutup@oops.wtf>2026-02-04 18:52:20 +0000
commitae480c44c59a9e77ea279f2208dd7f932079e078 (patch)
treebe098491808cc88d6aa3790f5b6a20d4feb4aad8 /template/profile.st
parent8dd5a7b4e75ce418df5d75673304a8d14181c8f8 (diff)
Refactor templates: humps/hump variables
Diffstat (limited to 'template/profile.st')
-rwxr-xr-xtemplate/profile.st2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/profile.st b/template/profile.st
index 6f3e5dc..7522e8a 100755
--- a/template/profile.st
+++ b/template/profile.st
@@ -103,7 +103,7 @@ jQuery(document).ready(function() {
</div>
<div id="dashpix">
- <a href="/$nick$/log"><div id="favstxt">$if(is_home)$ your $else$ $nick$'s$endif$ most recent dumps</div></a>
+ <a href="/$nick$/log"><div id="favstxt">$if(is_home)$ your $else$ $nick$'s$endif$ most recent humps</div></a>
<div id="mostrecentdumps">
$imgs: { img | <a target="_blank" href="$img$"><img src="$img$"></img></a> }$
</div>