diff options
| author | tusooa <tusooa@kazv.moe> | 2022-11-07 12:43:45 -0500 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2022-11-07 12:43:45 -0500 |
| commit | f8956a37b2be375f0b09b166f9c5f94bddeb7422 (patch) | |
| tree | b55e710d7691e13f2275e10af5422862adf85994 | |
| parent | 1a0d7f5421d82e9ce4bf3512fe9ad3b302c5e952 (diff) | |
Add title to mobile post button
| -rw-r--r-- | src/components/mobile_post_status_button/mobile_post_status_button.vue | 1 |
1 files changed, 1 insertions, 0 deletions
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" > <FAIcon icon="pen" /> |
