Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5ec18487 authored by Winson Chung's avatar Winson Chung
Browse files

Replacing removed string.

Bug: 33564921
Test: Build and open quick settings.
Change-Id: I740541cec75cdc5b570ffda860a8b62d76813aaa
parent 63ba2d67
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -285,7 +285,7 @@ public class QSFooter implements OnClickListener, DialogInterface.OnClickListene
            return mContext.getString(R.string.monitoring_description_app_work,
                    profileOwnerPackage, profileVpn);
        } else if (profileOwnerPackage != null && hasProfileOwner) {
            return mContext.getString(R.string.monitoring_description_device_owned,
            return mContext.getString(R.string.do_disclosure_with_name,
                    profileOwnerPackage);
        } else {
            // No device owner, no personal VPN, no work VPN, no user owner. Why are we here?