diff --git a/res/layout-sw400dp/fragment_enter_session_id.xml b/res/layout-sw400dp/fragment_enter_session_id.xml index 3eb2aff559..8a1ba7a044 100644 --- a/res/layout-sw400dp/fragment_enter_session_id.xml +++ b/res/layout-sw400dp/fragment_enter_session_id.xml @@ -30,7 +30,7 @@ android:layout_marginRight="@dimen/large_spacing" android:textSize="@dimen/medium_font_size" android:textColor="@color/text" - android:text="Enter your Session ID to start the linking process." /> + android:text="Navigate to "Settings" > "Devices" > "Link a Device" on your other device and then enter your Session ID here to start the linking process." /> diff --git a/res/layout/dialog_link_device_slave_mode.xml b/res/layout/dialog_link_device_slave_mode.xml index ea76c63f7f..afa11f33e2 100644 --- a/res/layout/dialog_link_device_slave_mode.xml +++ b/res/layout/dialog_link_device_slave_mode.xml @@ -38,7 +38,6 @@ android:layout_marginTop="@dimen/large_spacing" android:text="Please check that the words below match those shown on your other device." android:textColor="@color/text" - android:alpha="0.6" android:textSize="@dimen/small_font_size" android:textAlignment="center" /> diff --git a/res/layout/fragment_enter_session_id.xml b/res/layout/fragment_enter_session_id.xml index 0d713731ef..81f4f8ec44 100644 --- a/res/layout/fragment_enter_session_id.xml +++ b/res/layout/fragment_enter_session_id.xml @@ -30,7 +30,7 @@ android:layout_marginRight="@dimen/large_spacing" android:textSize="@dimen/small_font_size" android:textColor="@color/text" - android:text="Enter your Session ID to start the linking process." /> + android:text="Navigate to "Settings" > "Devices" > "Link a Device" on your other device and then enter your Session ID here to start the linking process." /> { val result = ScanQRCodeWrapperFragment() result.delegate = activity - result.message = "Link to your existing account by going into your in-app settings and clicking \"Linked Devices\"" + result.message = "Navigate to \"Settings\" > \"Devices\" > \"Link a Device\" on your other device and then scan the QR code that comes up to start the linking process." result } else -> throw IllegalStateException()