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 83360de commit c19b0d1Copy full SHA for c19b0d1
app/src/main/java/to/bitkit/viewmodels/WalletViewModel.kt
@@ -339,7 +339,7 @@ class WalletViewModel @Inject constructor(
339
ToastEventBus.send(
340
type = Toast.ToastType.INFO,
341
title = context.getString(R.string.common__success),
342
- description = "Peer disconnected.,"
+ description = context.getString(R.string.wallet__peer_disconnected),
343
)
344
}
345
.onFailure { error ->
0 commit comments