Updated the message
This commit is contained in:
parent
cc753cf1da
commit
a6666ff21a
1 changed files with 1 additions and 1 deletions
|
|
@ -670,7 +670,7 @@ namespace TShockAPI.DB
|
||||||
/// <param name="name">The name of the user who failed to change the group.</param>
|
/// <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>
|
/// <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) :
|
public UserGroupUpdateLockedException(string name) :
|
||||||
base(GetString($"The user {name} group could not be updated"))
|
base(GetString($"Unable to update group of user {name}."))
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue