forked from AkkomaGang/akkoma-fe
Merge branch 'simplify-sensitivity-label' into 'develop'
Simplified image sensitivity label See merge request pleroma/pleroma-fe!334
This commit is contained in:
commit
eb93034a40
2 changed files with 2 additions and 4 deletions
|
@ -90,8 +90,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="upload_settings" v-if="newStatus.files.length > 0">
|
<div class="upload_settings" v-if="newStatus.files.length > 0">
|
||||||
<input type="checkbox" id="filesSensitive" v-model="newStatus.nsfw">
|
<input type="checkbox" id="filesSensitive" v-model="newStatus.nsfw">
|
||||||
<label for="filesSensitive" v-if="newStatus.nsfw">{{$t('post_status.attachments_sensitive')}}</label>
|
<label for="filesSensitive">{{$t('post_status.attachments_sensitive')}}</label>
|
||||||
<label for="filesSensitive" v-else v-html="$t('post_status.attachments_not_sensitive')"></label>
|
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -393,8 +393,7 @@ const en = {
|
||||||
account_not_locked_warning: 'Your account is not {0}. Anyone can follow you to view your follower-only posts.',
|
account_not_locked_warning: 'Your account is not {0}. Anyone can follow you to view your follower-only posts.',
|
||||||
account_not_locked_warning_link: 'locked',
|
account_not_locked_warning_link: 'locked',
|
||||||
direct_warning: 'This post will only be visible to all the mentioned users.',
|
direct_warning: 'This post will only be visible to all the mentioned users.',
|
||||||
attachments_sensitive: 'Attachments marked sensitive',
|
attachments_sensitive: 'Mark attachments as sensitive',
|
||||||
attachments_not_sensitive: 'Attachments <strong>not</strong> marked sensitive',
|
|
||||||
scope: {
|
scope: {
|
||||||
public: 'Public - Post to public timelines',
|
public: 'Public - Post to public timelines',
|
||||||
unlisted: 'Unlisted - Do not post to public timelines',
|
unlisted: 'Unlisted - Do not post to public timelines',
|
||||||
|
|
Loading…
Reference in a new issue