mirror of
https://gitee.com/dify_ai/dify.git
synced 2024-12-02 19:27:48 +08:00
fix: respect the interface language specified by the user on the activation success screen (#5258)
This commit is contained in:
parent
4b54843ed7
commit
37c87164dc
@ -86,7 +86,7 @@ const ActivateForm = () => {
|
||||
timezone,
|
||||
},
|
||||
})
|
||||
setLocaleOnClient(language.startsWith('en') ? 'en-US' : 'zh-Hans', false)
|
||||
setLocaleOnClient(language, false)
|
||||
setShowSuccess(true)
|
||||
}
|
||||
catch {
|
||||
|
Loading…
Reference in New Issue
Block a user