Lock.strings
file and define values to be used for the various text items that Lock might display.
More information about how to handle languages can be found in the official Apple documentation on Internationalization and Localization
File inspector
click on Localize...
English
:
// Forgot password "com.auth0.lock.database.button.forgot_password" = "Did you forget your password?"; // tos & privacy "com.auth0.lock.database.button.tos" = "Signing up is an indication of your agreement to our terms of\n service and privacy policy";
Project/Info
// No more than %@{count} identical characters in a row (such as, \"%@{identical sample}\" not allowed) "com.auth0.lock.error.password.no_more_identical" = "No more than %1$d identical characters in a row (such as, \"%2$@\" not allowed)";