mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Move the view_publicly localisation to admin.statuses.view_publicly
This commit is contained in:
parent
ec212c9e3f
commit
a0142c7132
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
|||
= t("statuses.visibilities.#{status.visibility}")
|
||||
·
|
||||
= link_to ActivityPub::TagManager.instance.url_for(status), target: stream_link_target, rel: 'noopener noreferrer', class: 'detailed-status__link' do
|
||||
= t('statuses.view_publicly')
|
||||
= t('admin.statuses.view_publicly')
|
||||
- if status.proper.sensitive?
|
||||
·
|
||||
= material_symbol('visibility_off')
|
||||
|
|
|
@ -830,6 +830,7 @@ en:
|
|||
title: Account posts - @%{name}
|
||||
trending: Trending
|
||||
visibility: Visibility
|
||||
view_publicly: View publicly
|
||||
with_media: With media
|
||||
strikes:
|
||||
actions:
|
||||
|
@ -1721,7 +1722,6 @@ en:
|
|||
show_more: Show more
|
||||
show_thread: Show thread
|
||||
title: '%{name}: "%{quote}"'
|
||||
view_publicly: View publicly
|
||||
visibilities:
|
||||
direct: Direct
|
||||
private: Followers-only
|
||||
|
|
Loading…
Reference in a new issue