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={
|
label={
|
||||||
<span className="commentCreate__labelWrapper">
|
<span className="commentCreate__labelWrapper">
|
||||||
{!livestream && (
|
{!livestream && (
|
||||||
<div className="commentCreate__label">{isReply ? __('Replying as ') : __('Comment as ')}</div>
|
<div className="commentCreate__label">{(isReply ? __('Replying as') : __('Comment as')) + ' '}</div>
|
||||||
)}
|
)}
|
||||||
<SelectChannel tiny />
|
<SelectChannel tiny />
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in a new issue