mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2026-03-04 03:31:36 +00:00
Alter follower count text/number order
This commit is contained in:
parent
aa5d6966a3
commit
20b4e448eb
2 changed files with 4 additions and 4 deletions
|
|
@ -43,8 +43,8 @@ const {pug} = require("./utils/functions")
|
|||
data.verified_badge_title = "Verified"
|
||||
data.verified_badge_alt = "Verified."
|
||||
data.post_counter_label = "posts"
|
||||
data.outgoing_follows_counter_label = "following"
|
||||
data.incoming_follows_counter_label = "followed by"
|
||||
data.outgoing_follows_counter_label = "Following"
|
||||
data.incoming_follows_counter_label = "Followed by"
|
||||
data.quota_left = "Quota left:"
|
||||
data.t_home = "Home"
|
||||
data.tab_timeline = "Timeline"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue