From d1590311211cbf1036c870eef8c7e9e80fab7a3e Mon Sep 17 00:00:00 2001 From: tusooa Date: Sat, 21 Jan 2023 16:28:33 -0500 Subject: Add some aria to post status form --- src/components/post_status_form/post_status_form.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/components/post_status_form') diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index 328e145f..64a8887c 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -30,6 +30,9 @@ {{ $t('post_status.scope_notice.public') }} @@ -42,6 +45,9 @@ {{ $t('post_status.scope_notice.unlisted') }} @@ -54,6 +60,9 @@ {{ $t('post_status.scope_notice.private') }} @@ -199,6 +208,7 @@ id="post-content-type" v-model="newStatus.contentType" class="form-control" + :attrs="{ 'aria-label': $t('post_status.content_type_selection') }" >