Bläddra i källkod
fix: respect the interface language specified by the user on the activation success screen (#5258)
tags/0.6.12
kurokobo
1 år sedan
förälder
incheckning
37c87164dc
Inget konto är kopplat till bidragsgivarens mejladress
|
|
|
@@ -86,7 +86,7 @@ const ActivateForm = () => { |
|
|
|
timezone, |
|
|
|
}, |
|
|
|
}) |
|
|
|
setLocaleOnClient(language.startsWith('en') ? 'en-US' : 'zh-Hans', false) |
|
|
|
setLocaleOnClient(language, false) |
|
|
|
setShowSuccess(true) |
|
|
|
} |
|
|
|
catch { |