ManualDownloadSheet: Change button text from check to install

We trigger installation if the app is available. Be more clear about it.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-10-26 13:05:01 +05:30
parent 52a8702ccc
commit 3b5a958be6
54 changed files with 26 additions and 79 deletions

View File

@@ -134,7 +134,7 @@
android:layout_width="0dp"
android:layout_height="@dimen/height_button"
android:layout_weight="1"
android:text="@string/action_check" />
android:text="@string/action_install" />
</LinearLayout>
</LinearLayout>
</FrameLayout>