Updated on 2026-08-14

This commit is contained in:
Tangem 2025-09-22 17:28:37 +05:00
parent 6d3a1d6e89
commit f73a344ae2
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),
)
}