From 0f41fb3eba397d785d4a7b41cb3c9faadb1da50a Mon Sep 17 00:00:00 2001 From: Joris Tirado Date: Mon, 26 Nov 2018 10:48:16 -0800 Subject: [PATCH] UI-3258: Use correct data prop to check against emergency service (#103) --- submodules/devices/views/devices-ata.html | 2 +- submodules/devices/views/devices-fax.html | 2 +- submodules/devices/views/devices-mobile.html | 2 +- submodules/devices/views/devices-sip_device.html | 2 +- submodules/devices/views/devices-softphone.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/submodules/devices/views/devices-ata.html b/submodules/devices/views/devices-ata.html index ac0ffa8..f1eb6c5 100644 --- a/submodules/devices/views/devices-ata.html +++ b/submodules/devices/views/devices-ata.html @@ -133,7 +133,7 @@ - {{#if showEmergencyCnam}} + {{#if showEmergencyCallerId}}
{{ i18n.devices.popupSettings.callerId.sectionTitle }} diff --git a/submodules/devices/views/devices-fax.html b/submodules/devices/views/devices-fax.html index aecacd2..1b2d6e1 100644 --- a/submodules/devices/views/devices-fax.html +++ b/submodules/devices/views/devices-fax.html @@ -153,7 +153,7 @@
- {{#if showEmergencyCnam}} + {{#if showEmergencyCallerId}}
{{ i18n.devices.popupSettings.callerId.sectionTitle }} diff --git a/submodules/devices/views/devices-mobile.html b/submodules/devices/views/devices-mobile.html index c19237f..267e32b 100644 --- a/submodules/devices/views/devices-mobile.html +++ b/submodules/devices/views/devices-mobile.html @@ -169,7 +169,7 @@
- {{#if showEmergencyCnam}} + {{#if showEmergencyCallerId}}
{{ i18n.devices.popupSettings.callerId.sectionTitle }} diff --git a/submodules/devices/views/devices-sip_device.html b/submodules/devices/views/devices-sip_device.html index aa7266d..19af033 100644 --- a/submodules/devices/views/devices-sip_device.html +++ b/submodules/devices/views/devices-sip_device.html @@ -212,7 +212,7 @@
- {{#if showEmergencyCnam}} + {{#if showEmergencyCallerId}}
{{ i18n.devices.popupSettings.callerId.sectionTitle }} diff --git a/submodules/devices/views/devices-softphone.html b/submodules/devices/views/devices-softphone.html index ad8d225..bd8ae75 100644 --- a/submodules/devices/views/devices-softphone.html +++ b/submodules/devices/views/devices-softphone.html @@ -159,7 +159,7 @@
- {{#if showEmergencyCnam}} + {{#if showEmergencyCallerId}}
{{ i18n.devices.popupSettings.callerId.sectionTitle }}