From 6763bfd997b0d86137ab3fce82d1c2df96c16248 Mon Sep 17 00:00:00 2001
From: Andrew Haisting <142518658+ahaisting-livefront@users.noreply.github.com>
Date: Tue, 5 Nov 2024 08:54:59 -0600
Subject: [PATCH] BITAU-198 Update some copy on the manual entry screen (#273)
---
.../feature/manualcodeentry/ManualCodeEntryScreen.kt | 12 +-----------
app/src/main/res/values/strings.xml | 4 ++--
2 files changed, 3 insertions(+), 13 deletions(-)
diff --git a/app/src/main/kotlin/com/bitwarden/authenticator/ui/authenticator/feature/manualcodeentry/ManualCodeEntryScreen.kt b/app/src/main/kotlin/com/bitwarden/authenticator/ui/authenticator/feature/manualcodeentry/ManualCodeEntryScreen.kt
index 9936e1d77..6bb533024 100644
--- a/app/src/main/kotlin/com/bitwarden/authenticator/ui/authenticator/feature/manualcodeentry/ManualCodeEntryScreen.kt
+++ b/app/src/main/kotlin/com/bitwarden/authenticator/ui/authenticator/feature/manualcodeentry/ManualCodeEntryScreen.kt
@@ -213,19 +213,9 @@ fun ManualCodeEntryScreen(
}
},
)
- Text(
- text = stringResource(id = R.string.once_the_key_is_successfully_entered),
- style = MaterialTheme.typography.bodyMedium,
- modifier = Modifier
- .fillMaxWidth()
- .padding(
- vertical = 16.dp,
- horizontal = 16.dp,
- ),
- )
Text(
- text = stringResource(id = R.string.cannot_add_key),
+ text = stringResource(id = R.string.cannot_add_authenticator_key),
style = MaterialTheme.typography.bodyMedium,
modifier = Modifier
.fillMaxWidth()
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 702c7eacc..874d5cb7f 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -20,8 +20,8 @@
Scan QR code
Point your camera at the QR code.
Cannot scan QR code.
- Enter key manually.
- Cannot add key?
+ Enter key manually
+ Cannot add authenticator key?
Once the key is successfully entered,\nselect Add TOTP to store the key safely
Add TOTP
Authenticator key