Skip to content

Commit 37b035a

Browse files
committed
fix: display correct channel message
1 parent e26fc32 commit 37b035a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ class AppViewModel @Inject constructor(
225225
} else {
226226
toast(
227227
type = Toast.ToastType.LIGHTNING,
228-
title = "Channel opened",
229-
description = "Ready to send"
228+
title = context.getString(R.string.lightning__channel_opened_title),
229+
description = context.getString(R.string.lightning__channel_opened_msg),
230230
)
231231
}
232232
}

0 commit comments

Comments
 (0)