name: t()

in src/app/devices/deviceEvents/components/commands.tsx [152:163]


            name: t(ResourceKeys.deviceEvents.command.customizeContentType),
            onClick: onToggleContentTypePanel
        };
    };

    const handleClose = () => {
        const path = pathname.replace(/\/ioTPlugAndPlayDetail\/events\/.*/, ``);
        history.push(getBackUrl(path, search));
    };

    const onToggleStart = () => {
        if (monitoringData) {