From e8c649db63b793c2de126728682e572531a75bdd Mon Sep 17 00:00:00 2001 From: "Gleb Levinkov (p2p)" Date: Mon, 26 Jun 2023 16:19:41 +0800 Subject: [PATCH] PWN-8905 - comment fixes --- .../svl/ui/linkresult/SendLinkGenerationResultFragment.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/org/p2p/wallet/svl/ui/linkresult/SendLinkGenerationResultFragment.kt b/app/src/main/java/org/p2p/wallet/svl/ui/linkresult/SendLinkGenerationResultFragment.kt index a41def3812..4f54eb616c 100644 --- a/app/src/main/java/org/p2p/wallet/svl/ui/linkresult/SendLinkGenerationResultFragment.kt +++ b/app/src/main/java/org/p2p/wallet/svl/ui/linkresult/SendLinkGenerationResultFragment.kt @@ -74,7 +74,7 @@ class SendLinkGenerationResultFragment : BaseFragment(R.layout.fragment_send_lin imageViewCopy.setOnClickListener { svlAnalytics.logLinkCopyIconClicked() requireContext().copyToClipBoard(state.formattedLink) - showUiKitSnackBar(messageResId = R.string.send_via_link_generation_copied) + showUiKitSnackBar(messageResId = R.string.general_copied) } } is LinkGenerationState.Error -> {