react-code-dataset
/
tabler-react
/src
/page_templates
/account
/RegisterPage
/RegisterPage.strings.js
| //@flow | |
| const strings = { | |
| title: "Create New Account", | |
| buttonText: "Create Account", | |
| nameLabel: "Name", | |
| namePlaceholder: "Enter name", | |
| emailLabel: "Email Address", | |
| emailPlaceholder: "Enter email", | |
| passwordLabel: "Password", | |
| passwordPlaceholder: "Password", | |
| termsLabel: "Agree to the terms and policy", | |
| }; | |
| export default strings; | |
| export type stringTypes = { [$Keys<typeof strings>]: string }; | |