From cae1f0101fa05d58b0c6428d8899124eae1a589d Mon Sep 17 00:00:00 2001 From: Richard Date: Sun, 19 Jan 2020 13:15:16 +0100 Subject: [PATCH] added translations --- ui/src/components/modlog.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ui/src/components/modlog.tsx b/ui/src/components/modlog.tsx index 425710dd1..e35076c33 100644 --- a/ui/src/components/modlog.tsx +++ b/ui/src/components/modlog.tsx @@ -350,7 +350,7 @@ export class Modlog extends Component { return (
{this.state.loading ? ( -
+
@@ -366,15 +366,15 @@ export class Modlog extends Component { /c/{this.state.communityName}{' '} )} - Modlog + { i18n.t('modlog') }
- - - + + + {this.combined()} @@ -395,14 +395,14 @@ export class Modlog extends Component { class="btn btn-sm btn-secondary mr-1" onClick={linkEvent(this, this.prevPage)} > - Prev + { i18n.t('prev') } )} );
TimeModAction { i18n.t('time')}{ i18n.t('mod')}{ i18n.t('action')}