diff --git a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/android-web-agent/app/units/mdm.unit.ui.theme/public/css/custom-common.css b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/android-web-agent/app/units/mdm.unit.ui.theme/public/css/custom-common.css index cc768351b..fbb2d8083 100755 --- a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/android-web-agent/app/units/mdm.unit.ui.theme/public/css/custom-common.css +++ b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/android-web-agent/app/units/mdm.unit.ui.theme/public/css/custom-common.css @@ -171,7 +171,7 @@ h2.app-title { margin:0; padding:3px 0 0 0; color:#fafafa; - text-transform: uppercase; + /*text-transform: uppercase;*/ } .wr-global-header { @@ -208,7 +208,7 @@ h2.app-title { @media (max-width: 570px) { h2.app-title:after { - content: "EMM"; + content: "IoT Server"; } h2.app-title span { display: none; diff --git a/components/mobile-plugins/windows-plugin/org.wso2.carbon.device.mgt.mobile.windows.ui/src/main/resources/jaggeryapps/windows-web-agent/app/units/mdm.unit.ui.theme/public/css/custom-common.css b/components/mobile-plugins/windows-plugin/org.wso2.carbon.device.mgt.mobile.windows.ui/src/main/resources/jaggeryapps/windows-web-agent/app/units/mdm.unit.ui.theme/public/css/custom-common.css index cc768351b..fbb2d8083 100755 --- a/components/mobile-plugins/windows-plugin/org.wso2.carbon.device.mgt.mobile.windows.ui/src/main/resources/jaggeryapps/windows-web-agent/app/units/mdm.unit.ui.theme/public/css/custom-common.css +++ b/components/mobile-plugins/windows-plugin/org.wso2.carbon.device.mgt.mobile.windows.ui/src/main/resources/jaggeryapps/windows-web-agent/app/units/mdm.unit.ui.theme/public/css/custom-common.css @@ -171,7 +171,7 @@ h2.app-title { margin:0; padding:3px 0 0 0; color:#fafafa; - text-transform: uppercase; + /*text-transform: uppercase;*/ } .wr-global-header { @@ -208,7 +208,7 @@ h2.app-title { @media (max-width: 570px) { h2.app-title:after { - content: "EMM"; + content: "IoT Server"; } h2.app-title span { display: none;