diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue
index 328e145f2e..64a8887cf9 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') }"
>