Updated on 2026-08-14
This commit is contained in:
parent
b01d80ea23
commit
79e2651f9d
1 changed files with 2 additions and 2 deletions
|
|
@ -109,7 +109,7 @@ private fun Content(warningUM: YieldSupplyDepositedWarningUM) {
|
|||
|
||||
Text(
|
||||
textAlign = TextAlign.Center,
|
||||
text = stringResourceSafe(R.string.yield_module_explore_sheet_title, warningUM.network),
|
||||
text = stringResourceSafe(R.string.yield_module_balance_info_sheet_title, warningUM.network),
|
||||
style = TangemTheme.typography.h3,
|
||||
color = TangemTheme.colors.text.primary1,
|
||||
)
|
||||
|
|
@ -118,7 +118,7 @@ private fun Content(warningUM: YieldSupplyDepositedWarningUM) {
|
|||
|
||||
Text(
|
||||
textAlign = TextAlign.Center,
|
||||
text = stringResourceSafe(R.string.yield_module_explore_sheet_description),
|
||||
text = stringResourceSafe(R.string.yield_module_balance_info_sheet_subtitle),
|
||||
style = TangemTheme.typography.body2,
|
||||
color = TangemTheme.colors.text.secondary,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue