]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix name of external storages 4551/head
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 27 Apr 2017 10:58:16 +0000 (12:58 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Mon, 8 May 2017 05:33:45 +0000 (00:33 -0500)
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
apps/files_external/js/app.js
apps/files_external/js/mountsfilelist.js
apps/files_external/templates/settings.php

index d3ce2010ecdc08a89eea0c3903a9b58a446697fe..859a820f14c13a5628ccb3bc612ee06d28968ad5 100644 (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 */
 });
-
index 35aef751fef82152c18fcf857f057daad4a45f74..3beee6f73b24544a05109d7fd0426aef61b740d6 100644 (file)
@@ -28,7 +28,7 @@
 
        FileList.prototype = _.extend({}, OCA.Files.FileList.prototype,
                /** @lends OCA.External.FileList.prototype */ {
-               appName: 'External storage',
+               appName: 'External storages',
 
                /**
                 * @private
index bbd79994e399c5776b60ba4a4c5783e0652b9628..e463a0d3c37d3c71fc9d2765bbe353e512a1c57a 100644 (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>