From a59ab79da083feeec57b60d4d3bfb6849147ecf1 Mon Sep 17 00:00:00 2001 From: Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com> Date: Tue, 9 Jul 2019 17:38:14 +0900 Subject: Fix drive browser showing false empty (#5127) --- src/client/app/mobile/views/components/drive.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/client/app/mobile') diff --git a/src/client/app/mobile/views/components/drive.vue b/src/client/app/mobile/views/components/drive.vue index 2613cfff99..f24c8492e5 100644 --- a/src/client/app/mobile/views/components/drive.vue +++ b/src/client/app/mobile/views/components/drive.vue @@ -25,17 +25,17 @@ {{ folder.filesCount }} {{ $t('file-count') }}
-{{ $t('@.load-more') }}
{{ $t('nothing-in-drive') }}
{{ $t('folder-is-empty') }}