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

Commit 4a499bb9 authored by Joshua McCloskey's avatar Joshua McCloskey
Browse files

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
parent e2099b7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1331,7 +1331,7 @@ public class FingerprintSettings extends SubSettings {

                final String title = getString(R.string.fingerprint_delete_title, mFp.getName());
                final String message =
                        getString(R.string.fingerprint_v2_delete_message, mFp.getName()) + ".";
                        getString(R.string.fingerprint_v2_delete_message, mFp.getName());

                DevicePolicyManager devicePolicyManager =
                        getContext().getSystemService(DevicePolicyManager.class);