aboutsummaryrefslogtreecommitdiff
path: root/src/components/post_status_form
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2018-12-18 22:09:27 +0200
committershpuld <shp@cock.li>2018-12-18 22:09:27 +0200
commit640a28789222035f8d500b8dd4bfc4c9f0cdd1af (patch)
treede6e7a72f0a90b8196b1bf99ac0fe4cd5bfe39a2 /src/components/post_status_form
parentbd2ed617a740ef3b37dedf3bed608e433dc0ec09 (diff)
parent2f28bf95fdce6a215961fe264c236c111e4a1e66 (diff)
Merge branch 'develop' into feature/replace-panel-switcher
Diffstat (limited to 'src/components/post_status_form')
-rw-r--r--src/components/post_status_form/post_status_form.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue
index 4776c819..b448faec 100644
--- a/src/components/post_status_form/post_status_form.vue
+++ b/src/components/post_status_form/post_status_form.vue
@@ -7,7 +7,7 @@
path="post_status.account_not_locked_warning"
tag="p"
class="visibility-notice">
- <router-link to="/user-settings">{{ $t('post_status.account_not_locked_warning_link') }}</router-link>
+ <router-link :to="{ name: 'user-settings' }">{{ $t('post_status.account_not_locked_warning_link') }}</router-link>
</i18n>
<p v-if="this.newStatus.visibility == 'direct'" class="visibility-notice">{{ $t('post_status.direct_warning') }}</p>
<input