1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00

Support ICU in TS components

This commit is contained in:
Chocobozzz 2022-05-24 16:29:01 +02:00
parent e435cf44c0
commit eaa529528c
No known key found for this signature in database
GPG key ID: 583A612D890159BE
29 changed files with 392 additions and 158 deletions

View file

@ -100,7 +100,8 @@ export class UserModerationDropdownComponent implements OnInit, OnChanges {
return
}
const message = $localize`If you remove user ${user.username}, you won't be able to create another with the same username!`
// eslint-disable-next-line max-len
const message = $localize`If you remove this user, you won't be able to create another user or channel with <strong>${user.username}</strong> username!`
const res = await this.confirmService.confirm(message, $localize`Delete ${user.username}`)
if (res === false) return