mirror of
https://git.freesoftwareextremist.com/bloat
synced 2024-11-12 17:44:10 +00:00
Rename repeated to retweeted in template
This commit is contained in:
parent
74880af449
commit
da44fafe92
1 changed files with 1 additions and 1 deletions
|
@ -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}}
|
||||
|
|
Loading…
Reference in a new issue