Skip to content

Commit bf3ccfd

Browse files
committed
Update ULP language prompts URL to latest version
1 parent 3b2b35e commit bf3ccfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/cli/prompts_custom_text.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
const (
1616
textDocsKey = "__doc__"
1717
textDocsURL = "https://auth0.com/docs/customize/universal-login-pages/customize-login-text-prompts"
18-
textLocalesURL = "https://cdn.auth0.com/ulp/react-components/1.138.0/languages/%s/prompts.json"
18+
textLocalesURL = "https://cdn.auth0.com/ulp/react-components/1.159.0/languages/%s/prompts.json"
1919
textLanguageDefault = "en"
2020
)
2121

0 commit comments

Comments
 (0)