HI
I wounder how can i change the " you have to confirm your email" text that user get?
Thanks
Anyone can you see me?
Hey @Emil_Nikkhah!
You can update nearly all translations from the locale files in the folder at /config/locales.
Main copy texts are in yml
files at the root of this folder and some are in subfolders, for specific features (like the onboarding guide).
For example, the English main file is /config/locales/en.yml and you can find some of the copy texts about the email validation on row 1218 for the current version.
Be careful: those yml
files are quite strict with their formatting (like spaces, tabs etc) so if something fails check that you followed the formatting template and didn’t add any extra lines or breaks
Hopefully this helps!
Thank you for your help
Merci Thomas!
Sorry to dig up an old thread, but do you have any good rules of thumb when making these changes? Is it as simple as modify the yml file then recommitting via Bitbucket? Or there are files / data that need to be re-integrated?
We are a marketplace that just moved to self-host and are going through e-mail / business flow customization now.
Thanks!
Duc
Duc,
if you are using your own version control repository then yes, you’ll have to commit and merge your change.
In general, it’s enough to edit the yml
files located in the /config/locales
folder. As soon as you deploy those changes to your production environment, they’ll be live.