Add content descriptions

This commit is contained in:
pokkst 2023-12-06 20:21:10 -06:00
parent c407b4f69d
commit 47b31ac5ad
No known key found for this signature in database
GPG key ID: EC4FAAA66859FAA4
2 changed files with 2 additions and 0 deletions

View file

@ -50,6 +50,7 @@
android:minWidth="48dp"
android:minHeight="48dp"
android:src="@drawable/ic_content_paste_24dp"
android:contentDescription="@string/paste_clipboard_into_passphrase_field"
app:layout_constraintBottom_toBottomOf="@id/wallet_password_edittext"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@id/wallet_password_edittext"

View file

@ -156,5 +156,6 @@
<string name="seed_desc_polyseed">16 words instead of 25; just as secure, but not supported in as many wallets right now. In Mysu, seed passphrase is enforced for these wallets.</string>
<string name="seed_desc_legacy">Older, 25 word seed; supported in all Monero wallets. In Mysu, seed passphrase is not enforced for these wallets.</string>
<string name="approve_the_transaction">Send transaction</string>
<string name="paste_clipboard_into_passphrase_field">Paste clipboard into passphrase field</string>
</resources>