2024-07-12 17:27:01 -05:00

8 lines
226 B
C#

namespace API.Errors
{
public static class Strings
{
public const string UserExists = "User with that phone number or first and last name already exists.\nIf you would like to change your phone number please login.";
}
}