Skip to content

Commit

Permalink
Merge branch 'feature/2107-elevator_details_fallback' into rc/v3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcodeelements committed Nov 5, 2021
2 parents c369717 + 89b3d03 commit 0e29a68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public String getDescription() {
if (description != null) {
return description;
} else {
return "";
return "Aufzugsanlage";
}
}

Expand Down

0 comments on commit 0e29a68

Please sign in to comment.