@openmrs/esm-primary-navigation-app 7.0.1-pre.3258 → 7.0.1-pre.3273
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/.turbo/turbo-build.log +7 -7
- package/dist/3629.js +1 -0
- package/dist/3629.js.map +1 -0
- package/dist/8577.js +1 -1
- package/dist/8577.js.map +1 -1
- package/dist/9538.js +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-primary-navigation-app.js +1 -1
- package/dist/openmrs-esm-primary-navigation-app.js.buildmanifest.json +37 -37
- package/dist/routes.json +1 -1
- package/package.json +3 -3
- package/src/components/navbar-header-panels/side-menu-panel.component.tsx +1 -1
- package/src/routes.json +2 -3
- package/translations/it.json +2 -2
- package/dist/7380.js +0 -1
- package/dist/7380.js.map +0 -1
package/translations/it.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"changingLanguage": "Cambio lingua in corso",
|
|
7
7
|
"noPathInDashboardExtension": "Cannot render the dashboard extension without the property \"path\" being set in the configuration schema",
|
|
8
8
|
"notifications": "Notifiche",
|
|
9
|
-
"userMenu": "
|
|
10
|
-
"userMenuOptions": "
|
|
9
|
+
"userMenu": "Menu utente",
|
|
10
|
+
"userMenuOptions": "Opzioni menu utente",
|
|
11
11
|
"userMenuTooltip": "Il mio account"
|
|
12
12
|
}
|