✨ Login now send a notification
This commit is contained in:
@@ -28,7 +28,7 @@ namespace DysonNetwork.Sphere.Resources.Localization {
|
||||
internal static System.Resources.ResourceManager ResourceManager {
|
||||
get {
|
||||
if (object.Equals(null, resourceMan)) {
|
||||
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("DysonNetwork.Sphere.Resources.Localization.NotificationResource", typeof(NotificationResource).Assembly);
|
||||
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("DysonNetwork.Pass.Resources.Localization.NotificationResource", typeof(NotificationResource).Assembly);
|
||||
resourceMan = temp;
|
||||
}
|
||||
return resourceMan;
|
||||
@@ -158,5 +158,17 @@ namespace DysonNetwork.Sphere.Resources.Localization {
|
||||
return ResourceManager.GetString("OrderPaidBody", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string NewLoginTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("NewLoginTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string NewLoginBody {
|
||||
get {
|
||||
return ResourceManager.GetString("NewLoginBody", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user