Summary: | "Following" mistakenly mentioned as "Followers" in account info | ||
---|---|---|---|
Product: | [Applications] Tokodon | Reporter: | Poruri Sai Rahul <rahul.poruri> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | minor | CC: | carl, josh |
Priority: | NOR | ||
Version: | 24.05.2 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Screenshot containing "Followers" mentioned twice - one of which should be "following" |
Description
Poruri Sai Rahul
2024-08-14 13:52:30 UTC
That's... weird. It's definitely not present in the source english string (https://invent.kde.org/network/tokodon/-/blob/release/24.05/src/content/ui/AccountInfo.qml?ref_type=heads#L630). Are you using a non-English language, maybe it's a mistake in translation? Git commit eee82f48c49320c259f91096ba03934d9b1cfa33 by Joshua Goins. Committed on 19/10/2024 at 21:19. Pushed by redstrate into branch 'master'. Swap around the "followers" and "following" chips on the profile page This matches upstream Mastodon Web, and there's no reason to swap it around here. M +4 -4 src/content/ui/AccountInfo.qml https://invent.kde.org/network/tokodon/-/commit/eee82f48c49320c259f91096ba03934d9b1cfa33 Still not sure what the issue is, but I swapped around the chips so hopefully it's less confusing when coming from Mastodon Web. |