Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-24 11:00:29 +02:00
parent 5e8785f5b8
commit c19963f30d
2 changed files with 16 additions and 8 deletions

View file

@ -22,7 +22,7 @@ internal class UpdateSaveButtonTransformer(
isLoading = isLoading,
tangemIconUM = TangemIconUM.Icon(imageVector = Icons.ic_logo_tangem_24).takeIf { isColdWallet },
text = if (isNewContact) {
resourceReference(R.string.address_book_add_address)
resourceReference(R.string.address_book_add_contact)
} else {
resourceReference(R.string.address_book_save_contact)
},