From baf99fcc65b2118d794a8b6fd537055505630b34 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 16 Jun 2022 17:05:24 +0200 Subject: Fix strings that cannot be merged by xlf-merge --- client/src/app/+admin/follows/following-list/follow-modal.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/+admin/follows') diff --git a/client/src/app/+admin/follows/following-list/follow-modal.component.ts b/client/src/app/+admin/follows/following-list/follow-modal.component.ts index bac7b2b01..07cc75d77 100644 --- a/client/src/app/+admin/follows/following-list/follow-modal.component.ts +++ b/client/src/app/+admin/follows/following-list/follow-modal.component.ts @@ -62,7 +62,7 @@ export class FollowModalComponent extends FormReactive implements OnInit { .subscribe({ next: () => { this.notifier.success( - prepareIcu($localize`{count, plural, =1 {Follow request} other {Follow requests}} sent!`)( + prepareIcu($localize`{count, plural, =1 {Follow request sent!} other {Follow requests sent!}}`)( { count: hostsOrHandles.length }, $localize`Follow request(s) sent!` ) -- cgit v1.2.3