mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-04 19:30:51 +01:00
Fixed typo
This commit is contained in:
@@ -7,7 +7,7 @@ import sonia.scm.ContextEntry;
|
||||
public class ChangePasswordNotAllowedException extends BadRequestException {
|
||||
|
||||
private static final String CODE = "9BR7qpDAe1";
|
||||
public static final String WRONG_USER_TYPE = "User of type %s are not allowed to change password";
|
||||
public static final String WRONG_USER_TYPE = "Users of type %s are not allowed to change password";
|
||||
|
||||
public ChangePasswordNotAllowedException(ContextEntry.ContextBuilder context, String type) {
|
||||
super(context.build(), String.format(WRONG_USER_TYPE, type));
|
||||
|
||||
Reference in New Issue
Block a user