Skip to content

Guide users to sign in when downloads fail (Add_Err_Download in all locales) - #55

Open
ookami42 wants to merge 1 commit into
madoiscool:mainfrom
ookami42:i18n/download-error-login-hint
Open

ookami42 wants to merge 1 commit into
madoiscool:mainfrom
ookami42:i18n/download-error-login-hint

Conversation

@ookami42

Copy link
Copy Markdown

Download failures in the Add flow showed a generic check-your-connection message even when the real cause was a missing login, leaving users unsure what went wrong or how to fix it.

  • Rewrote Add_Err_Download in all 30 locales plus the English default to direct users to the Sign in with Discord button and retry. - Replaced the hardcoded button label with a {0} placeholder filled at runtime from Nav_SignInDiscord, so future button renames propagate automatically and each locale keeps its own quoting style. - Formatted the message at the single call site in DownloadQueue via string.Format.

Goal: users understand what went wrong and how to resolve it.

Download failures in the Add flow showed a generic check-your-connection message even when the real cause was a missing login, leaving users unsure what went wrong or how to fix it.

- Rewrote Add_Err_Download in all 30 locales plus the English default to direct users to the Sign in with Discord button and retry. - Replaced the hardcoded button label with a {0} placeholder filled at runtime from Nav_SignInDiscord, so future button renames propagate automatically and each locale keeps its own quoting style. - Formatted the message at the single call site in DownloadQueue via string.Format.

Goal: users understand what went wrong and how to resolve it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant