Skip to content
Snippets Groups Projects
Commit 010b9c46 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt Committed by Morris Jobke
Browse files

Fix name of external storages

parent 6109afc1
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
});
......@@ -28,7 +28,7 @@
FileList.prototype = _.extend({}, OCA.Files.FileList.prototype,
/** @lends OCA.External.FileList.prototype */ {
appName: 'External storage',
appName: 'External storages',
/**
* @private
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment