diff options
Diffstat (limited to 'client/src/app/+accounts')
-rw-r--r-- | client/src/app/+accounts/accounts.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+accounts/accounts.component.ts b/client/src/app/+accounts/accounts.component.ts index ad611f221..a8157de0e 100644 --- a/client/src/app/+accounts/accounts.component.ts +++ b/client/src/app/+accounts/accounts.component.ts | |||
@@ -96,7 +96,7 @@ export class AccountsComponent implements OnInit, OnDestroy { | |||
96 | } | 96 | } |
97 | 97 | ||
98 | subscribersDisplayFor (count: number) { | 98 | subscribersDisplayFor (count: number) { |
99 | return this.i18n(`{count, plural, =1 {1 subscriber} other {${count} subscribers}}`, { count }) | 99 | return this.i18n('{count, plural, =1 {1 subscriber} other {{{count}} subscribers}}', { count }) |
100 | } | 100 | } |
101 | 101 | ||
102 | private getUserIfNeeded (account: Account) { | 102 | private getUserIfNeeded (account: Account) { |