diff --git a/Dalamud/Plugin/Internal/Profiles/ProfileModel.cs b/Dalamud/Plugin/Internal/Profiles/ProfileModel.cs index c73e80450..80c47db78 100644 --- a/Dalamud/Plugin/Internal/Profiles/ProfileModel.cs +++ b/Dalamud/Plugin/Internal/Profiles/ProfileModel.cs @@ -20,7 +20,7 @@ public abstract class ProfileModel /// Gets or sets the name of the profile. /// [JsonProperty("n")] - public string Name { get; set; } = "New Profile"; + public string Name { get; set; } = "New Collection"; /// /// Deserialize a profile into a model.