From 66026bbc3e48df971bd5a472f1fef4f89bf37d8a Mon Sep 17 00:00:00 2001 From: goat Date: Mon, 12 Jun 2023 20:33:22 +0200 Subject: [PATCH] one more profile => collection --- Dalamud/Plugin/Internal/Profiles/ProfileManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dalamud/Plugin/Internal/Profiles/ProfileManager.cs b/Dalamud/Plugin/Internal/Profiles/ProfileManager.cs index f7eac6d21..1b2c16088 100644 --- a/Dalamud/Plugin/Internal/Profiles/ProfileManager.cs +++ b/Dalamud/Plugin/Internal/Profiles/ProfileManager.cs @@ -111,7 +111,7 @@ internal class ProfileManager : IServiceType var model = new ProfileModelV1 { Guid = Guid.NewGuid(), - Name = this.GenerateUniqueProfileName(Loc.Localize("PluginProfilesNewProfile", "New Profile")), + Name = this.GenerateUniqueProfileName(Loc.Localize("PluginProfilesNewProfile", "New Collection")), IsEnabled = false, };