Merge pull request 'Change UI defaults for local instance' (#1) from develop into stable

Reviewed-on: fedward/pleroma-fe#1
This commit is contained in:
fedward 2022-11-15 17:24:54 +00:00
commit 1ae90fb953
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<template>
<div class="column-inner">
<instance-specific-panel v-if="showInstanceSpecificPanel" />
<instance-specific-panel />
<staff-panel />
<terms-of-service-panel />
<LocalBubblePanel v-if="showLocalBubblePanel" />

View file

@ -379,7 +379,7 @@
"text/x.misskeymarkdown": "MFM"
},
"content_warning": "Content Warning (optional)",
"default": "Just arrived at Luna Nova Academy",
"default": "(Content goes here)",
"direct_warning_to_all": "This post will be visible to all the mentioned users.",
"direct_warning_to_first_only": "This post will only be visible to the mentioned users at the beginning of the message.",
"edit_remote_warning": "Changes made to the post may not be visible on some instances!",