From f8956a37b2be375f0b09b166f9c5f94bddeb7422 Mon Sep 17 00:00:00 2001 From: tusooa Date: Mon, 7 Nov 2022 12:43:45 -0500 Subject: [PATCH] Add title to mobile post button --- .../mobile_post_status_button/mobile_post_status_button.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/mobile_post_status_button/mobile_post_status_button.vue b/src/components/mobile_post_status_button/mobile_post_status_button.vue index 9fcdf6f8..28a2c440 100644 --- a/src/components/mobile_post_status_button/mobile_post_status_button.vue +++ b/src/components/mobile_post_status_button/mobile_post_status_button.vue @@ -3,6 +3,7 @@ v-if="isLoggedIn" class="MobilePostButton button-default new-status-button" :class="{ 'hidden': isHidden, 'always-show': isPersistent }" + :title="$t('post_status.new_status')" @click="openPostForm" >