From ca62e3d882131f64a5fbd8c616b976fc4d41ef30 Mon Sep 17 00:00:00 2001 From: Richard Date: Sun, 19 Jan 2020 13:15:34 +0100 Subject: [PATCH] added translations for the inbox page --- ui/src/components/inbox.tsx | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/ui/src/components/inbox.tsx b/ui/src/components/inbox.tsx index a302b8345..6b3bb54b2 100644 --- a/ui/src/components/inbox.tsx +++ b/ui/src/components/inbox.tsx @@ -108,7 +108,7 @@ export class Inbox extends Component { @@ -133,13 +133,14 @@ export class Inbox extends Component { class="custom-select custom-select-sm w-auto mr-2" > { class="btn btn-sm btn-secondary mr-1" onClick={linkEvent(this, this.prevPage)} > - # + { i18n.t('prev') } )} );