From 3d057c4e35714d1d6dea41a03030759ad27025d2 Mon Sep 17 00:00:00 2001 From: goat Date: Mon, 12 Jun 2023 20:34:16 +0200 Subject: [PATCH] one one more profile => collection --- Dalamud/Plugin/Internal/Profiles/ProfileModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.