yavscd in prod
This commit is contained in:
parent
3c0a40b739
commit
e289c1bbd9
21 changed files with 75 additions and 137 deletions
|
|
@ -2029,6 +2029,18 @@ namespace Yavsc {
|
|||
}
|
||||
}
|
||||
|
||||
public static string AccountEmailFactorTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("AccountEmailFactorTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string AccountEmailFactorBody {
|
||||
get {
|
||||
return ResourceManager.GetString("AccountEmailFactorBody", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string ConfirmYourAccountTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("ConfirmYourAccountTitle", resourceCulture);
|
||||
Loading…
Add table
Add a link
Reference in a new issue