From 73e7419bf29062037f0acc14a7e3cd9254180648 Mon Sep 17 00:00:00 2001 From: Intnick Date: Fri, 26 May 2017 15:55:59 +0200 Subject: [PATCH] fileList component translated --- app/locales/en.json | 7 +++++-- ui/js/component/fileList/view.jsx | 8 ++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/app/locales/en.json b/app/locales/en.json index ac594431f..e99a342a3 100644 --- a/app/locales/en.json +++ b/app/locales/en.json @@ -218,5 +218,8 @@ "Loading...": "Loading...", "Empty claim or metadata info.": "Empty claim or metadata info.", "This content is Not Safe For Work. To view adult content, please change your": "This content is Not Safe For Work. To view adult content, please change your", - "This address contains no content.": "This address contains no content." -} + "This address contains no content.": "This address contains no content.", + "Sort by": "Sort by", + "Date": "Date", + "File name": "File name" +} \ No newline at end of file diff --git a/ui/js/component/fileList/view.jsx b/ui/js/component/fileList/view.jsx index eb3b620b8..cd85a7b84 100644 --- a/ui/js/component/fileList/view.jsx +++ b/ui/js/component/fileList/view.jsx @@ -77,11 +77,11 @@ class FileList extends React.Component {
{ fetching && } - Sort by { ' ' } + {__("Sort by")} { ' ' } - - - + + + {content}