We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e26fc32 commit 37b035aCopy full SHA for 37b035a
app/src/main/java/to/bitkit/viewmodels/AppViewModel.kt
@@ -225,8 +225,8 @@ class AppViewModel @Inject constructor(
225
} else {
226
toast(
227
type = Toast.ToastType.LIGHTNING,
228
- title = "Channel opened",
229
- description = "Ready to send"
+ title = context.getString(R.string.lightning__channel_opened_title),
+ description = context.getString(R.string.lightning__channel_opened_msg),
230
)
231
}
232
0 commit comments