Skip to content

Commit e6b02d2

Browse files
committed
refactor: Rename to http-errors-en_US.properties
1 parent ea6b13b commit e6b02d2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

hivemq-edge/src/main/java/com/hivemq/common/i18n/I18nHttpError.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public enum I18nHttpError implements I18nError {
4141
HTTP_ERROR_507_TITLE,
4242
;
4343

44-
private static final @NotNull String RESOURCE_NAME_PREFIX = "/templates/openapi-errors-";
44+
private static final @NotNull String RESOURCE_NAME_PREFIX = "/templates/http-errors-";
4545
private static final @NotNull String RESOURCE_NAME_SUFFIX = ".properties";
4646

4747
I18nHttpError() {

0 commit comments

Comments
 (0)