@things-factory/operato-pms 7.0.52 → 7.0.56
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.
- package/client/bootstrap.js +1 -1
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +30 -32
- package/translations/en.json +1 -1
- package/translations/ja.json +2 -2
- package/translations/ko.json +1 -1
- package/translations/ms.json +1 -1
- package/translations/zh.json +1 -1
package/client/bootstrap.js
CHANGED
|
@@ -98,7 +98,7 @@ export default async function bootstrap() {
|
|
|
98
98
|
type: ADD_MORENDA,
|
|
99
99
|
morenda: {
|
|
100
100
|
icon: html` <md-icon>code</md-icon> `,
|
|
101
|
-
name: html` <ox-i18n msgid="
|
|
101
|
+
name: html` <ox-i18n msgid="title.code-management"></ox-i18n> `,
|
|
102
102
|
action: () => {
|
|
103
103
|
navigate('codes')
|
|
104
104
|
}
|