diff options
author | r <r@freesoftwareextremist.com> | 2019-12-14 17:18:04 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2019-12-14 17:18:04 +0000 |
commit | da44fafe92707e6980abefcfb08c80a1eb9a862a (patch) | |
tree | 075cafec6b999d9fe153b4915aa4d6552dd596d6 | |
parent | 74880af4495a16f3f19b9be9cbfc9aaffd6014dd (diff) | |
download | bloat-da44fafe92707e6980abefcfb08c80a1eb9a862a.tar.gz bloat-da44fafe92707e6980abefcfb08c80a1eb9a862a.zip |
Rename repeated to retweeted in template
-rw-r--r-- | templates/status.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/status.tmpl b/templates/status.tmpl index baccabb..10934b5 100644 --- a/templates/status.tmpl +++ b/templates/status.tmpl @@ -4,7 +4,7 @@ <img class="status-profile-img" src="{{.Account.AvatarStatic}}" alt="profile-avatar" /> <span class="status-dname"> {{WithEmojis .Account.DisplayName .Account.Emojis}} </span> <span class="icon dripicons-retweet retweeted"></span> - repeated + retweeted </div> {{template "status" .Reblog}} {{else}} |