Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
1 change: 0 additions & 1 deletion ui/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Loading