Fix name of external storages

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-04-27 12:58:16 +02:00 committed by Morris Jobke
parent 6109afc14d
commit 010b9c4609
3 changed files with 3 additions and 4 deletions

View file

@ -35,7 +35,7 @@ OCA.External.App = {
);
this._extendFileList(this.fileList);
this.fileList.appName = t('files_external', 'External storage');
this.fileList.appName = t('files_external', 'External storages');
return this.fileList;
},
@ -111,4 +111,3 @@ $(document).ready(function() {
}
/* End Status Manager */
});

View file

@ -28,7 +28,7 @@
FileList.prototype = _.extend({}, OCA.Files.FileList.prototype,
/** @lends OCA.External.FileList.prototype */ {
appName: 'External storage',
appName: 'External storages',
/**
* @private

View file

@ -88,7 +88,7 @@
?>
<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>