mirror of
https://github.com/bitwarden/android.git
synced 2025-12-11 04:39:19 -06:00
[PM-26802] Update button text for Import items (#6019)
This commit is contained in:
parent
837dd27106
commit
912eba14d6
@ -238,7 +238,7 @@ private fun ReviewExportContent(
|
|||||||
Spacer(modifier = Modifier.height(24.dp))
|
Spacer(modifier = Modifier.height(24.dp))
|
||||||
|
|
||||||
BitwardenFilledButton(
|
BitwardenFilledButton(
|
||||||
label = stringResource(BitwardenString.import_verb),
|
label = stringResource(BitwardenString.import_items),
|
||||||
onClick = onImportItemsClick,
|
onClick = onImportItemsClick,
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.fillMaxWidth()
|
.fillMaxWidth()
|
||||||
|
|||||||
@ -1128,7 +1128,6 @@ Do you want to switch to this account?</string>
|
|||||||
<string name="export_failed">Export failed</string>
|
<string name="export_failed">Export failed</string>
|
||||||
<string name="passwords">Passwords</string>
|
<string name="passwords">Passwords</string>
|
||||||
<string name="passkeys">Passkeys</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="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="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>
|
<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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user