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