diff --git a/damus/Views/SaveKeysView.swift b/damus/Views/SaveKeysView.swift
index e2de28ab..875dc8b4 100644
--- a/damus/Views/SaveKeysView.swift
+++ b/damus/Views/SaveKeysView.swift
@@ -38,7 +38,7 @@ struct SaveKeysView: View {
.foregroundColor(.white)
.padding(.bottom, 10)
- Text("This is your account ID, you can give this to your friends so that they can follow you. Click to copy.", comment: "Label to describe that a public key is the user's account ID and what they can do with it.")
+ Text("This is your account ID, you can give this to your friends so that they can follow you. Tap to copy.", comment: "Label to describe that a public key is the user's account ID and what they can do with it.")
.foregroundColor(.white)
.padding(.bottom, 10)
diff --git a/damus/en-US.xcloc/Localized Contents/en-US.xliff b/damus/en-US.xcloc/Localized Contents/en-US.xliff
index 230552d8..ff0cb66b 100644
--- a/damus/en-US.xcloc/Localized Contents/en-US.xliff
+++ b/damus/en-US.xcloc/Localized Contents/en-US.xliff
@@ -1012,9 +1012,9 @@ Label for filter for seeing your posts and replies (instead of only your posts).
This is an old-style nostr key. We're not sure if it's a pubkey or private key. Please toggle the button below if this a public key.Warning that the inputted account key for login is an old-style and asking user to verify if it is a public key.
-
- This is your account ID, you can give this to your friends so that they can follow you. Click to copy.
- This is your account ID, you can give this to your friends so that they can follow you. Click to copy.
+
+ This is your account ID, you can give this to your friends so that they can follow you. Tap to copy.
+ This is your account ID, you can give this to your friends so that they can follow you. Tap to copy.Label to describe that a public key is the user's account ID and what they can do with it.
diff --git a/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings b/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings
index f3246d45..d0ceb5e9 100644
Binary files a/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings and b/damus/en-US.xcloc/Source Contents/damus/en-US.lproj/Localizable.strings differ