1
0
Fork 0
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:
Emelia Smith 2024-06-24 01:15:17 +02:00
parent ec212c9e3f
commit a0142c7132
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@
= t("statuses.visibilities.#{status.visibility}") = 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 = 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? - if status.proper.sensitive?
· ·
= material_symbol('visibility_off') = material_symbol('visibility_off')

View file

@ -830,6 +830,7 @@ en:
title: Account posts - @%{name} title: Account posts - @%{name}
trending: Trending trending: Trending
visibility: Visibility visibility: Visibility
view_publicly: View publicly
with_media: With media with_media: With media
strikes: strikes:
actions: actions:
@ -1721,7 +1722,6 @@ en:
show_more: Show more show_more: Show more
show_thread: Show thread show_thread: Show thread
title: '%{name}: "%{quote}"' title: '%{name}: "%{quote}"'
view_publicly: View publicly
visibilities: visibilities:
direct: Direct direct: Direct
private: Followers-only private: Followers-only