Fixed typo

This commit is contained in:
Philipp Czora
2018-12-13 15:21:13 +01:00
parent e74770cd67
commit 7e2184ef61

View File

@@ -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));