Modify error message on duplicate info
The users did not understand what to do when shown the default error report box telling them that their information was already registered. This commit shows a less "scary" box with less text, telling them what to do in addition to what the problem is. Hopefully that helps. This can be removed in the future when the backend design allows us to save this information so that the hosts can make a decision for these cases. Resolves: GREG-324
parent
2c1f0f8c
No related branches found
No related tags found
Showing
- frontend/public/locales/en/common.json 2 additions, 4 deletionsfrontend/public/locales/en/common.json
- frontend/public/locales/nb/common.json 2 additions, 4 deletionsfrontend/public/locales/nb/common.json
- frontend/public/locales/nn/common.json 2 additions, 4 deletionsfrontend/public/locales/nn/common.json
- frontend/src/components/warningBox/index.tsx 17 additions, 0 deletionsfrontend/src/components/warningBox/index.tsx
- frontend/src/routes/guest/register/index.tsx 20 additions, 7 deletionsfrontend/src/routes/guest/register/index.tsx
Loading
Please register or sign in to comment