Updated the message

This commit is contained in:
AkjaHAsLk1IALk0MasH 2023-06-10 13:59:38 +07:00
parent cc753cf1da
commit a6666ff21a

View file

@ -670,7 +670,7 @@ namespace TShockAPI.DB
/// <param name="name">The name of the user who failed to change the group.</param>
/// <returns>New UserGroupUpdateLockedException object with a message containing the name of the user account that failed to change the group.</returns>
public UserGroupUpdateLockedException(string name) :
base(GetString($"The user {name} group could not be updated"))
base(GetString($"Unable to update group of user {name}."))
{
}
}