siemens / ix

Siemens Industrial Experience is a design system for designers and developers, to consistently create the perfect digital experience for industrial software products.
https://ix.siemens.io/
MIT License
174 stars 62 forks source link

Label for ix-menu-settings does not apply inside the ix-menu #1352

Closed marvingreeven closed 3 days ago

marvingreeven commented 3 days ago

Prerequisites

What happened?

The label for ix-menu-settings does not apply inside the ix-menu:

image image

What type of frontend framework are you seeing the problem on?

Angular

Which version of iX do you use?

v2.3.0

Code to produce this issue.

<ix-basic-navigation>
   <ix-menu>
      <ix-menu-settings label="Test">
      </ix-menu-settings>
   </ix-menu>
</ix-basic-navigation>
marvingreeven commented 3 days ago

Related to #595

marvingreeven commented 3 days ago

using i18nSettings in fixes that issue