Update some notification strings

Test: manual
Fixes: 155516603
Fixes: 155516894
Change-Id: I86058ebdb473890239236d30414cb05787832311
This commit is contained in:
Julia Reynolds
2020-05-04 10:25:57 -04:00
parent 15254e3b5e
commit 9bb55e1084
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);
}
}
}