diff --git a/src/common/attributes/useCommonUserAttributes.js b/src/common/attributes/useCommonUserAttributes.js index 11810879..e86e6b6b 100644 --- a/src/common/attributes/useCommonUserAttributes.js +++ b/src/common/attributes/useCommonUserAttributes.js @@ -138,11 +138,11 @@ export default (t) => useMemo(() => ({ type: 'number', }, navigationAppLink: { - name: t('navigationAppLink'), + name: t('attributeNavigationAppLink'), type: 'string', }, navigationAppTitle: { - name: t('navigationAppTitle'), + name: t('attributeNavigationAppTitle'), type: 'string', }, }), [t]); diff --git a/src/resources/l10n/en.json b/src/resources/l10n/en.json index 26f72fd0..6e0d9696 100644 --- a/src/resources/l10n/en.json +++ b/src/resources/l10n/en.json @@ -150,6 +150,8 @@ "attributeMailSmtpAuth": "Mail: SMTP Auth Enable", "attributeMailSmtpUsername": "Mail: SMTP Username", "attributeMailSmtpPassword": "Mail: SMTP Password", + "attributeNavigationAppLink": "Navigation app link", + "attributeNavigationAppTitle": "Navigation app title", "attributeUiDisableSavedCommands": "UI: Disable Saved Commands", "attributeUiDisableAttributes": "UI: Disable Attributes", "attributeUiDisableGroups": "UI: Disable Groups", @@ -609,7 +611,5 @@ "categoryVan": "Van", "categoryScooter": "Scooter", "maintenanceStart": "Start", - "maintenancePeriod": "Period", - "navigationAppLink": "Navigation app link", - "navigationAppTitle": "Navigation app title" + "maintenancePeriod": "Period" }