From 999aac19decad2dcca056b38cc7674f2be2fa497 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 4 Jan 2021 11:09:12 +0000 Subject: missing translateable string and adapt icons --- Zotlabs/Storage/Browser.php | 3 ++- view/tpl/cloud_actionspanel.tpl | 2 +- view/tpl/cloud_header.tpl | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Zotlabs/Storage/Browser.php b/Zotlabs/Storage/Browser.php index 9ae881f2f..f8377eb70 100644 --- a/Zotlabs/Storage/Browser.php +++ b/Zotlabs/Storage/Browser.php @@ -543,7 +543,8 @@ class Browser extends DAV\Browser\Plugin { '$folder' => $node->folder_hash, '$dragdroptext' => t('Drop files here to immediately upload'), '$notify' => ['notify', t('Show in your contacts shared folder'), 0, '', [t('No'), t('Yes')]], - '$breadcrumbs_html' => $breadcrumbs_html + '$breadcrumbs_html' => $breadcrumbs_html, + '$drop_area_label' => t('You can select files via the upload button or drop them right here or into an existing folder.') )); } diff --git a/view/tpl/cloud_actionspanel.tpl b/view/tpl/cloud_actionspanel.tpl index 039d19fac..8cab175ff 100644 --- a/view/tpl/cloud_actionspanel.tpl +++ b/view/tpl/cloud_actionspanel.tpl @@ -31,7 +31,7 @@ {{include file="field_checkbox.tpl" field=$notify}}
- You can select files via the upload button or drop them right here or into an existing folder. + {{$drop_area_label}}
diff --git a/view/tpl/cloud_header.tpl b/view/tpl/cloud_header.tpl index 642fb1866..285363a12 100644 --- a/view/tpl/cloud_header.tpl +++ b/view/tpl/cloud_header.tpl @@ -1,6 +1,6 @@
- + {{if $actionspanel}} {{if $is_owner}}  {{$shared}} -- cgit v1.2.3