Use Add Files/Photos instead of Upload to open the upload dialog

This commit is contained in:
Mario Vavti
2018-04-07 13:29:36 +02:00
parent 4499ee178f
commit 4d08fcf1a7
5 changed files with 6 additions and 6 deletions

View File

@@ -274,7 +274,7 @@ class Browser extends DAV\Browser\Plugin {
'$actionspanel' => $output,
'$shared' => t('Shared'),
'$create' => t('Create'),
'$upload' => t('Upload'),
'$upload' => t('Add Files'),
'$is_owner' => $is_owner,
'$parentpath' => $parentpath,
'$cpath' => bin2hex(\App::$query_string),