Removed period from fp delete dialog.

Note that this removes the period from english & all translations,
DeleteFingerprintDialog & ConfirmLastDeleteDialog should be the same.

Test: Manual.
Fixes: 331758381
Change-Id: I774375ed575bfdfd3ec181d902a99d918596890c
This commit is contained in:
Joshua McCloskey
2024-04-02 18:10:05 +00:00
parent e2099b7f94
commit 4a499bb9b2

View File

@@ -1331,7 +1331,7 @@ public class FingerprintSettings extends SubSettings {
final String title = getString(R.string.fingerprint_delete_title, mFp.getName()); final String title = getString(R.string.fingerprint_delete_title, mFp.getName());
final String message = final String message =
getString(R.string.fingerprint_v2_delete_message, mFp.getName()) + "."; getString(R.string.fingerprint_v2_delete_message, mFp.getName());
DevicePolicyManager devicePolicyManager = DevicePolicyManager devicePolicyManager =
getContext().getSystemService(DevicePolicyManager.class); getContext().getSystemService(DevicePolicyManager.class);