ManualDownloadSheet: Localize manual download hint

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-04-04 10:33:09 +05:30
parent 22bbd4499d
commit 0543b8ff9c
2 changed files with 4 additions and 1 deletions

View File

@@ -97,7 +97,7 @@
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:helperText="Enter version code you wish to download">
app:helperText="@string/manual_download_hint">
<com.google.android.material.textfield.TextInputEditText
android:id="@+id/version_code_inp"

View File

@@ -420,4 +420,7 @@
<string name="shizuku_installer_subtitle">Using system APIs directly with adb/root privileges</string>
<string name="shizuku_installer_desc">Requires Shizuku or Sui, needs to be setup and permission granted</string>
<!-- ManualDownloadSheet -->
<string name="manual_download_hint">Enter version code you wish to download</string>
</resources>