Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
);
this._extendFileList(this.fileList);
- this.fileList.appName = t('files_external', 'External storage');
+ this.fileList.appName = t('files_external', 'External storages');
return this.fileList;
},
}
/* End Status Manager */
});
-
FileList.prototype = _.extend({}, OCA.Files.FileList.prototype,
/** @lends OCA.External.FileList.prototype */ {
- appName: 'External storage',
+ appName: 'External storages',
/**
* @private
?>
<form data-can-create="<?php echo $canCreateMounts?'true':'false' ?>" id="files_external" class="section" data-encryption-enabled="<?php echo $_['encryptionEnabled']?'true': 'false'; ?>">
- <h2 data-anchor-name="external-storage"><?php p($l->t('External storage')); ?></h2>
+ <h2 data-anchor-name="external-storage"><?php p($l->t('External storages')); ?></h2>
<?php if (isset($_['dependencies']) and ($_['dependencies']<>'') and $canCreateMounts) print_unescaped(''.$_['dependencies'].''); ?>
<table id="externalStorage" class="grid" data-admin='<?php print_unescaped(json_encode($_['visibilityType'] === BackendService::VISIBILITY_ADMIN)); ?>'>
<thead>