Do not force lower case after colon
This commit is contained in:
parent
a9dd47b7e3
commit
9d39ff6153
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ public class AmenityMenuBuilder extends MenuBuilder {
|
||||||
}
|
}
|
||||||
if (!pType.isText()) {
|
if (!pType.isText()) {
|
||||||
if (!Algorithms.isEmpty(pType.getPoiAdditionalCategory())) {
|
if (!Algorithms.isEmpty(pType.getPoiAdditionalCategory())) {
|
||||||
vl = pType.getPoiAdditionalCategoryTranslation() + ": " + pType.getTranslation().toLowerCase();
|
vl = pType.getPoiAdditionalCategoryTranslation() + ": " + pType.getTranslation();
|
||||||
} else {
|
} else {
|
||||||
vl = pType.getTranslation();
|
vl = pType.getTranslation();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue