Trailing spaces should not be part of translation.
This commit is contained in:
parent
c15a52cb46
commit
ac11dec484
1 changed files with 1 additions and 1 deletions
|
@ -519,7 +519,7 @@ export function CommentCreate(props: Props) {
|
|||
label={
|
||||
<span className="commentCreate__labelWrapper">
|
||||
{!livestream && (
|
||||
<div className="commentCreate__label">{isReply ? __('Replying as ') : __('Comment as ')}</div>
|
||||
<div className="commentCreate__label">{(isReply ? __('Replying as') : __('Comment as')) + ' '}</div>
|
||||
)}
|
||||
<SelectChannel tiny />
|
||||
</span>
|
||||
|
|
Loading…
Reference in a new issue