From 47e83a15c1168cfd8ebc7905db853f3db6b3b31b Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 1 Oct 2021 21:52:30 +0200 Subject: import_progress: deal with the situation where items/files are being imported but there are none to import --- view/tpl/import_progress.tpl | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'view/tpl/import_progress.tpl') diff --git a/view/tpl/import_progress.tpl b/view/tpl/import_progress.tpl index 997adad22..05f6c09e3 100644 --- a/view/tpl/import_progress.tpl +++ b/view/tpl/import_progress.tpl @@ -1,42 +1,42 @@ -

Channel clone status: 100%

+

{{$chtitle_str}}: 100%

- Channel cloning completed! + {{$chcompleted_str}}

-

Item sync status: {{$cprogress_str}}

+

{{$ctitle_str}}: {{$cprogress_str}}

- [ RESUME ] Only resume if sync stalled! + [ {{$resume_str}} ] {{$resume_helper_str}}
-
- Item sync completed! +
+ {{$ccompleted_str}}

-

File sync status: {{$fprogress_str}}

+

{{$ftitle_str}}: {{$fprogress_str}}

- [ RESUME ] Only resume if sync stalled! + [ {{$resume_str}} ] {{$resume_helper_str}}
-
- File sync completed! +
+ {{$fcompleted_str}}
-- cgit v1.2.3