mirror of
https://github.com/nextcloud/server.git
synced 2026-05-19 08:25:56 -04:00
Merge pull request #51150 from nextcloud/backport/51142/stable30
[stable30] Remove space
This commit is contained in:
commit
bc2e46a1c3
17 changed files with 17 additions and 17 deletions
|
|
@ -85,7 +85,7 @@ export default defineComponent({
|
|||
if (this.isQuotaExceeded) {
|
||||
return this.t('files', 'Your have used your space quota and cannot upload files anymore')
|
||||
} else if (!this.canUpload) {
|
||||
return this.t('files', 'You don\'t have permission to upload or create files here.')
|
||||
return this.t('files', 'You do not have permission to upload or create files here.')
|
||||
}
|
||||
return null
|
||||
},
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
</div>
|
||||
<div class="notCreatable notPublic hidden">
|
||||
<div class="icon-alert-outline"></div>
|
||||
<?php p($l->t('You don\'t have permission to upload or create files here.'))?>
|
||||
<?php p($l->t('You do not have permission to upload or create files here.'))?>
|
||||
</div>
|
||||
<?php /* Note: the template attributes are here only for the public page. These are normally loaded
|
||||
through ajax instead (updateStorageStatistics).
|
||||
|
|
|
|||
|
|
@ -708,7 +708,7 @@ export default {
|
|||
},
|
||||
errorPasswordLabel() {
|
||||
if (this.passwordError) {
|
||||
return t('files_sharing', "Password field can't be empty")
|
||||
return t('files_sharing', 'Password field cannot be empty')
|
||||
}
|
||||
return undefined
|
||||
},
|
||||
|
|
|
|||
|
|
@ -270,7 +270,7 @@ export default {
|
|||
|
||||
return n('core',
|
||||
'Please enter {minSearchLength} character or more to search',
|
||||
'Please enter {minSearchLength} characters or more to search',
|
||||
'Please enter {minSearchLength} characters or more to search',
|
||||
this.minSearchLength,
|
||||
{ minSearchLength: this.minSearchLength })
|
||||
},
|
||||
|
|
|
|||
2
dist/8045-8045.js
vendored
2
dist/8045-8045.js
vendored
File diff suppressed because one or more lines are too long
1
dist/8045-8045.js.map
vendored
1
dist/8045-8045.js.map
vendored
File diff suppressed because one or more lines are too long
1
dist/8045-8045.js.map.license
vendored
1
dist/8045-8045.js.map.license
vendored
|
|
@ -1 +0,0 @@
|
|||
8045-8045.js.license
|
||||
2
dist/9261-9261.js
vendored
Normal file
2
dist/9261-9261.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/9261-9261.js.map
vendored
Normal file
1
dist/9261-9261.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/9261-9261.js.map.license
vendored
Symbolic link
1
dist/9261-9261.js.map.license
vendored
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
9261-9261.js.license
|
||||
4
dist/core-legacy-unified-search.js
vendored
4
dist/core-legacy-unified-search.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-legacy-unified-search.js.map
vendored
2
dist/core-legacy-unified-search.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/files-main.js
vendored
4
dist/files-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-main.js.map
vendored
2
dist/files-main.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/files_sharing-files_sharing_tab.js
vendored
4
dist/files_sharing-files_sharing_tab.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files_sharing-files_sharing_tab.js.map
vendored
2
dist/files_sharing-files_sharing_tab.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue