mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix log message
This commit is contained in:
parent
eb061f9450
commit
be15bf9185
@ -688,7 +688,7 @@ public class RequestValidationUtil {
|
||||
.setCode(HttpStatus.SC_BAD_REQUEST).setMessage(msg).build());
|
||||
}
|
||||
if (whiteLabelThemeCreateRequest.getAppTitle() == null) {
|
||||
String msg = "Page title is required to whitelabel";
|
||||
String msg = "App title is required to whitelabel";
|
||||
log.error(msg);
|
||||
throw new InputValidationException(
|
||||
new ErrorResponse.ErrorResponseBuilder()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user