[PM-26802] Update button text for Import items (#6019)

This commit is contained in:
Patrick Honkonen 2025-10-13 14:19:49 -04:00 committed by GitHub
parent 837dd27106
commit 912eba14d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -238,7 +238,7 @@ private fun ReviewExportContent(
Spacer(modifier = Modifier.height(24.dp))
BitwardenFilledButton(
label = stringResource(BitwardenString.import_verb),
label = stringResource(BitwardenString.import_items),
onClick = onImportItemsClick,
modifier = Modifier
.fillMaxWidth()

View File

@ -1128,7 +1128,6 @@ Do you want to switch to this account?</string>
<string name="export_failed">Export failed</string>
<string name="passwords">Passwords</string>
<string name="passkeys">Passkeys</string>
<string name="import_verb">Import</string>
<string name="why_is_this_step_required">Why is this step required?</string>
<string name="kdf_update_failed_active_account_not_found">Kdf update failed, active account not found. Please try again or contact us.</string>
<string name="an_error_occurred_while_trying_to_update_your_kdf_settings">An error occurred while trying to update your kdf settings. Please try again or contact us.</string>