From 1850656f517c8fbc4a8679ebb18c6184d42a921b Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Tue, 9 Jan 2024 15:35:23 -0500 Subject: [PATCH] Clearer wording if you end up here after credit card payment --- src/main/res/layout/fragment_conversation.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/res/layout/fragment_conversation.xml b/src/main/res/layout/fragment_conversation.xml index ce119bda4f5aa516c4f8a29a45a31877af4c296f..d8871be5d8bbd0fa6199196f9b74d2575c212f37 100644 --- a/src/main/res/layout/fragment_conversation.xml +++ b/src/main/res/layout/fragment_conversation.xml @@ -294,7 +294,7 @@ android:layout_height="wrap_content" android:layout_below="@+id/commands_view" android:visibility="gone" - android:text="If you have made payment, hold tight for your notification. Otherwise you can pick up where you left off." + android:text="If you have made payment via Bitcoin, eTransfer, or mail, hold tight for your notification. Otherwise you can pick up where you left off (you may be asked a few of the same questions but it will generally not ask you to pay again if you already did, etc)." android:gravity="center" android:minHeight="?android:attr/listPreferredItemHeightSmall" android:paddingLeft="8dp"