one more profile => collection

This commit is contained in:
goat 2023-06-12 20:33:22 +02:00
parent bcdbe06e3f
commit 66026bbc3e
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -111,7 +111,7 @@ internal class ProfileManager : IServiceType
var model = new ProfileModelV1 var model = new ProfileModelV1
{ {
Guid = Guid.NewGuid(), Guid = Guid.NewGuid(),
Name = this.GenerateUniqueProfileName(Loc.Localize("PluginProfilesNewProfile", "New Profile")), Name = this.GenerateUniqueProfileName(Loc.Localize("PluginProfilesNewProfile", "New Collection")),
IsEnabled = false, IsEnabled = false,
}; };