Updated on 2026-08-14
This commit is contained in:
parent
739061ef0e
commit
fc78ee3faa
2 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue