Skip to content

Commit 40d19c6

Browse files
Fix space for l10n
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
1 parent 536ab1d commit 40d19c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/Components/Exception.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class Exception extends Component {
2121
className={[style.exceptionRow, (this.props.isPrevious ? style.previous : 'icon-caret-dark')].join(' ')}
2222
onClick={this.clickHandler}>
2323
<span className={style.exception}>
24-
{this.props.isPrevious ? t('logreader', 'Caused by ') : ''}
24+
{this.props.isPrevious ? t('logreader', 'Caused by ') + ' ' : ''}
2525
{this.props.Exception}
2626
</span>:&nbsp;
2727
<span className={style.message}>{this.props.Message}</span>

0 commit comments

Comments
 (0)