You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const cantUploadCaption =this.cantUpload?t('files', 'You don\'t have permission to upload or create files here.') :null
192
+
const cantUploadCaption =this.cantUpload?t('files', 'You do not have permission to upload or create files here.') :null
193
193
const quotaExceededCaption =this.isQuotaExceeded?t('files', 'You have used your space quota and cannot upload files anymore.') :null
194
194
const sortableCaption =t('files', 'Column headers with buttons are sortable.')
195
195
const virtualListNote =t('files', 'This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list.')
0 commit comments