diff options
| author | eugenijm <eugenijm@protonmail.com> | 2019-05-07 19:13:45 +0300 |
|---|---|---|
| committer | eugenijm <eugenijm@protonmail.com> | 2019-05-07 19:13:45 +0300 |
| commit | 4af343374af30d781dd6b7a5298928339f6a425d (patch) | |
| tree | 7b9c5b1371ff6c82bdf0e2407f7190458363e7f0 /src/components/mobile_post_status_modal | |
| parent | befaa477a39234b9455faebfe54e90569013ebd0 (diff) | |
Move scope visibility notice to the status form, make it dismissible
Diffstat (limited to 'src/components/mobile_post_status_modal')
| -rw-r--r-- | src/components/mobile_post_status_modal/mobile_post_status_modal.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/mobile_post_status_modal/mobile_post_status_modal.vue b/src/components/mobile_post_status_modal/mobile_post_status_modal.vue index ca431c5f..c3cc5155 100644 --- a/src/components/mobile_post_status_modal/mobile_post_status_modal.vue +++ b/src/components/mobile_post_status_modal/mobile_post_status_modal.vue @@ -6,7 +6,7 @@ @click="closePostForm" > <div class="post-form-modal-panel panel" @click.stop=""> - <div class="panel-heading">{{$t('post_status.new_status') + ' (' + $t('post_status.scope.' + visibility) + ')'}}</div> + <div class="panel-heading">{{$t('post_status.new_status')}}</div> <PostStatusForm class="panel-body" @posted="closePostForm" @onScopeChange="onScopeChange" /> </div> </div> |
