Skip to content

Commit c19b0d1

Browse files
committed
chore: review #603
1 parent 83360de commit c19b0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/to/bitkit/viewmodels/WalletViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ class WalletViewModel @Inject constructor(
339339
ToastEventBus.send(
340340
type = Toast.ToastType.INFO,
341341
title = context.getString(R.string.common__success),
342-
description = "Peer disconnected.,"
342+
description = context.getString(R.string.wallet__peer_disconnected),
343343
)
344344
}
345345
.onFailure { error ->

0 commit comments

Comments
 (0)