In D7 I sometimes found use for the stringoverrides module to replace certain text strings, such as that shown in a status message.
Specifically, I want to alter the error message "The name xxxxxxx is already taken." when a new user registers and replace it with "The name xxxxxxx is already taken. Please choose another username."
What would be the most effective and simple way to make this change in BackdropCMS?
Thanks,
Martin
First, I wouldn't call it "doing something wrong" but maybe not knowing a strange behavior of the translation system: It happens that after enabling Locale and Language, the string in question has to be used by the system at least once, so that the translation system is aware of it.
To find the missing string in the translation interface, enable User registration, try to register with an existing name, and look for the message "The name %name is already taken.". After that, the string should be available in the translation interface.