Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-17 09:46:05 +02:00
parent 739061ef0e
commit fc78ee3faa
2 changed files with 2 additions and 1 deletions

View file

@ -255,6 +255,7 @@
<string name="common_fee_selector_option_slow">Slow</string>
<string name="common_fee_selector_title">Speed and fee</string>
<string name="common_finish">Finish</string>
<string name="common_forget">Forget</string>
<string name="common_free">Free</string>
<string name="common_from">From</string>
<string name="common_generate_addresses">Synchronize addresses</string>

View file

@ -205,7 +205,7 @@ internal class WalletSettingsModel @Inject constructor(
),
firstActionBuilder = {
EventMessageAction(
title = resourceReference(R.string.common_delete),
title = resourceReference(R.string.common_forget),
isWarning = true,
onClick = ::forgetWallet,
)