1
0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2025-12-16 03:08:47 +00:00

Alter follower count text/number order

This commit is contained in:
Cadence Ember
2021-01-19 02:36:50 +13:00
parent aa5d6966a3
commit 20b4e448eb
2 changed files with 4 additions and 4 deletions

View File

@@ -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"