8 lines
226 B
C#
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.";
|
|
}
|
|
}
|