@stytch/vanilla-js, @stytch/react, and/or @stytch/nextjs packages, respectively.
ICU MessageFormat
All customizable strings use ICU MessageFormat.Available Strings
To see all available strings that can be customized, navigate to the Stytch package in yournode_modules and locate the file at:
Basic Usage
Pass your custom strings to the StytchLogin component:TypeScript
Types for thestrings prop are available as the Strings types from version v5.43.0, v19.17.0 and/or v21.17.0 of the @stytch/vanilla-js, @stytch/react, and/or @stytch/nextjs packages, respectively.
The type is a Partial since we recommend only including strings you intend to override, but you may use Required<Strings> if you are doing a complete localization and intend to translate every string.