diff --git a/src/common/attributes/useDeviceAttributes.js b/src/common/attributes/useDeviceAttributes.js index 45bcfc80ee..1c2c7cc27a 100644 --- a/src/common/attributes/useDeviceAttributes.js +++ b/src/common/attributes/useDeviceAttributes.js @@ -22,4 +22,8 @@ export default (t) => useMemo(() => ({ name: t('sharedTimezone'), type: 'string', }, + 'forward.url': { + name: t('attributeForwardUrl'), + type: 'string', + }, }), [t]); diff --git a/src/resources/l10n/en.json b/src/resources/l10n/en.json index f9fc15a1a2..f407b015bc 100644 --- a/src/resources/l10n/en.json +++ b/src/resources/l10n/en.json @@ -165,6 +165,7 @@ "attributeUiDisableLoginLanguage": "UI: Disable Login Language", "attributeNotificationTokens": "Notification Tokens", "attributePopupInfo": "Popup Info", + "attributeForwardUrl": "Forward URL", "errorTitle": "Error", "errorGeneral": "Invalid parameters or constraints violation", "errorConnection": "Connection error",