feat(compose/publish): add warning when no image description provided

This commit is contained in:
FineFindus
2023-01-02 12:53:34 +01:00
parent 2969a3e4fd
commit 5aebdcaa6a
2 changed files with 16 additions and 1 deletions

View File

@@ -131,4 +131,6 @@
<string name="sk_compose_no_draft">Dont draft</string>
<string name="sk_settings_reduce_motion">Reduce motion in animations</string>
<string name="sk_bot_account">This is a bot account</string>
<string name="sk_no_image_desc_title">No Image description</string>
<string name="sk_no_image_desc">The included images have no description. Please consider adding one, to allow visually impaired people to participate.</string>
</resources>