forked from AkkomaGang/akkoma-fe
Change UI defaults for local instance #1
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="column-inner">
|
<div class="column-inner">
|
||||||
<instance-specific-panel v-if="showInstanceSpecificPanel" />
|
<instance-specific-panel />
|
||||||
<staff-panel />
|
<staff-panel />
|
||||||
<terms-of-service-panel />
|
<terms-of-service-panel />
|
||||||
<LocalBubblePanel v-if="showLocalBubblePanel" />
|
<LocalBubblePanel v-if="showLocalBubblePanel" />
|
||||||
|
|
|
@ -379,7 +379,7 @@
|
||||||
"text/x.misskeymarkdown": "MFM"
|
"text/x.misskeymarkdown": "MFM"
|
||||||
},
|
},
|
||||||
"content_warning": "Content Warning (optional)",
|
"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_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.",
|
"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!",
|
"edit_remote_warning": "Changes made to the post may not be visible on some instances!",
|
||||||
|
|
Loading…
Reference in a new issue