Updated on 2026-08-14

This commit is contained in:
Tangem 2025-09-23 19:27:33 +05:00
commit cab885e39f
16 changed files with 469 additions and 12 deletions

View file

@ -141,7 +141,8 @@ sealed class WalletNotification(val config: NotificationConfig) {
data object YeildSupplyApprove : Warning(
title = resourceReference(R.string.yield_module_main_view_approve_notification_title),
subtitle = resourceReference(R.string.yield_module_main_view_approve_notification_description),
// todo yield supply lokalise
subtitle = resourceReference(R.string.yield_module_main_view_approve_notification_title),
)
}