@things-factory/operato-board 6.1.59 → 6.1.63

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -100,8 +100,8 @@ export default function bootstrap() {
100
100
  store.dispatch({
101
101
  type: ADD_MORENDA,
102
102
  morenda: {
103
- icon: html` <mwc-icon>empty_dashboard</mwc-icon> `,
104
- name: html` <ox-i18n msgid="text.board-template"></ox-i18n> `,
103
+ icon: html` <mwc-icon>dashboard</mwc-icon> `,
104
+ name: html` <ox-i18n msgid="menu.board-template"></ox-i18n> `,
105
105
  action: () => {
106
106
  navigate('board-template-list')
107
107
  }