mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Improve ability to translate account statuses title
This commit is contained in:
parent
e3a4f591d0
commit
ec212c9e3f
2 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
|||
- content_for :page_title do
|
||||
= t('admin.statuses.title')
|
||||
\-
|
||||
@#{@account.pretty_acct}
|
||||
= t('admin.statuses.title', name: @account.pretty_acct)
|
||||
|
||||
.filters
|
||||
.filter-subset
|
||||
|
|
|
@ -827,7 +827,7 @@ en:
|
|||
reblogs: Reblogs
|
||||
status_changed: Post changed
|
||||
status_title: Post by @%{name}
|
||||
title: Account posts
|
||||
title: Account posts - @%{name}
|
||||
trending: Trending
|
||||
visibility: Visibility
|
||||
with_media: With media
|
||||
|
|
Loading…
Reference in a new issue