Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/files/src/actions/convertUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const convertFiles = async function(fileIds: number[], targetMimeType: st
const conversions = fileIds.map(fileId => queue.add(() => requestConversion(fileId, targetMimeType)))

// Start conversion
const toast = showLoading(t('files', 'Converting files…'))
const toast = showLoading(t('files', 'Converting files …'))

// Handle results
try {
Expand Down Expand Up @@ -117,7 +117,7 @@ export const convertFiles = async function(fileIds: number[], targetMimeType: st
}

export const convertFile = async function(fileId: number, targetMimeType: string) {
const toast = showLoading(t('files', 'Converting file…'))
const toast = showLoading(t('files', 'Converting file …'))

try {
const result = await queue.add(() => requestConversion(fileId, targetMimeType)) as AxiosResponse<OCSResponse<ConversionResponse>>
Expand Down
2 changes: 1 addition & 1 deletion apps/files/src/components/TemplateFiller.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</div>

<div class="template-field-modal__buttons">
<NcLoadingIcon v-if="loading" :name="t('files', 'Submitting fields…')" />
<NcLoadingIcon v-if="loading" :name="t('files', 'Submitting fields …')" />
<NcButton aria-label="Submit button"
type="primary"
@click="submit">
Expand Down
2 changes: 1 addition & 1 deletion apps/files/src/views/Navigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class="files-navigation"
:aria-label="t('files', 'Files')">
<template #search>
<NcAppNavigationSearch v-model="searchQuery" :label="t('files', 'Filter file names…')" />
<NcAppNavigationSearch v-model="searchQuery" :label="t('files', 'Filter file names …')" />
</template>
<template #default>
<NcAppNavigationList class="files-navigation__list"
Expand Down
1 change: 0 additions & 1 deletion dist/4341-4341.js.map.license

This file was deleted.

4 changes: 2 additions & 2 deletions dist/4341-4341.js → dist/6366-6366.js

Large diffs are not rendered by default.

File renamed without changes.
2 changes: 1 addition & 1 deletion dist/4341-4341.js.map → dist/6366-6366.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/6366-6366.js.map.license
4 changes: 2 additions & 2 deletions dist/files-init.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files-init.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/files-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files-main.js.map

Large diffs are not rendered by default.

Loading