Updated on 2026-08-14

This commit is contained in:
Tangem 2025-09-26 20:51:27 +05:00
parent 7b5a62d593
commit 0dcf1ed23c
18 changed files with 256 additions and 74 deletions

View file

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