6 Answer(s)
-
0
The label "Phone number confirmed" is a localization key from the ABP Identity module. The English key is defined in the Identity module's localization file:
If the Finnish (fi-FI) translation is missing, you need to add the corresponding key to your Finnish localization file (e.g.,
fi.json
) in your project. For example:
{ "PhoneNumberConfirmed": "Puhelinnumero vahvistettu" }
- For more details on extending or overriding localization in ABP, see the official documentation:
Sources:
This response was generated by AI. If it didn’t solve your problem, feel free to post a new answer — our support team will jump in to help you soon.
-
0
hi
You can add it by yourself. see https://abp.io/community/articles/how-to-override-localization-strings-of-depending-modules-ba1oy03l
I will check the fi-FL localization texts.
Thanks.
-
0
The AI bot answer is wrong. There is no key "PhoneNumberConfirmed" in the en.json file either. I know I can add it myself, but what is the key?
-
0
hi
"DisplayName:PhoneNumberConfirmed": "Phone number confirmed"
-
0
That was the correct one, thanks!
-
0
Great : )