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:
parent
e435cf44c0
commit
eaa529528c
29 changed files with 392 additions and 158 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue