diff --git a/res/app/components/stf/common-ui/modals/fatal-message/fatal-message.jade b/res/app/components/stf/common-ui/modals/fatal-message/fatal-message.jade index 529651cc..e7c47d5c 100644 --- a/res/app/components/stf/common-ui/modals/fatal-message/fatal-message.jade +++ b/res/app/components/stf/common-ui/modals/fatal-message/fatal-message.jade @@ -8,12 +8,12 @@ .modal-body .text-danger(translate) You are no longer controlling the device. br - h3 {{ device.likelyLeaveReason | likelyLeaveReason | translate }} + h3(translate, ng-bind='device.likelyLeaveReason | likelyLeaveReason') br h4(translate).pull-right {{ device.enhancedName }} current status: br br - h4.pull-right {{ device.enhancedStatePassive | translate }} + h4(ng-bind='device.enhancedStatePassive | translate').pull-right .modal-footer