one one more profile => collection

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

View file

@ -20,7 +20,7 @@ public abstract class ProfileModel
/// Gets or sets the name of the profile.
/// </summary>
[JsonProperty("n")]
public string Name { get; set; } = "New Profile";
public string Name { get; set; } = "New Collection";
/// <summary>
/// Deserialize a profile into a model.