From 56bd100944c72ea41f266dcebc50869bca1c90de Mon Sep 17 00:00:00 2001 From: sheepbell <164347098+sheepbell@users.noreply.github.com> Date: Sat, 27 Sep 2025 18:27:26 +0900 Subject: [PATCH] Fix a typo in base `Localizable.strings` (#685) --- bitchat/Localization/Base.lproj/Localizable.strings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitchat/Localization/Base.lproj/Localizable.strings b/bitchat/Localization/Base.lproj/Localizable.strings index 99bf6f5f..bed4df72 100644 --- a/bitchat/Localization/Base.lproj/Localizable.strings +++ b/bitchat/Localization/Base.lproj/Localizable.strings @@ -120,7 +120,7 @@ "fingerprint.badge.not_verified" = "⚠️ NOT VERIFIED"; "fingerprint.badge.verified" = "✓ VERIFIED"; "fingerprint.handshake_pending" = "not available - handshake in progress"; -"fingerprint.message.verified" = "uou have verified this person's identity."; +"fingerprint.message.verified" = "you have verified this person's identity."; "fingerprint.message.verify_hint" = "compare these fingerprints with %@ using a secure channel."; "fingerprint.their_label" = "their fingerprint:"; "fingerprint.title" = "security verification";