Update some notification strings am: 9bb55e1084 am: 5e1fc5ecf5

Change-Id: Id041d481dad03b20e70158ec752fa17214b44d4e
This commit is contained in:
Julia Reynolds
2020-05-04 19:45:38 +00:00
committed by Automerger Merge Worker
2 changed files with 5 additions and 2 deletions

View File

@@ -137,7 +137,7 @@ public class BlockPreferenceController extends NotificationPreferenceController
} else {
fieldContextName = mAppRow.label;
}
return mContext.getString(R.string.notification_switch_label, fieldContextName);
return mContext.getString(R.string.notification_app_switch_label, fieldContextName);
}
}
}