Skip to content

Commit

Permalink
fix(ui5-illustrated-message): make component language aware (#5158)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas742 authored May 4, 2022
1 parent 7956864 commit 5b6502b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/fiori/src/IllustratedMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const ILLUSTRATION_NOT_FOUND = "ILLUSTRATION_NOT_FOUND";
*/
const metadata = {
tag: "ui5-illustrated-message",
languageAware: true,
managedSlots: true,
properties: /** @lends sap.ui.webcomponents.fiori.IllustratedMessage.prototype */ {
/**
Expand Down

0 comments on commit 5b6502b

Please sign in to comment.