Skip to content

Commit

Permalink
admin: fix description of preview_max_filesize_image (fix #816)
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <[email protected]>
  • Loading branch information
pulsejet committed Sep 30, 2023
1 parent ee3d6e2 commit 52df869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/admin/sections/FileSupport.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<NcTextField
type="number"
placeholder="50"
:label="t('memories', 'Max size of preview files (MB)')"
:label="t('memories', 'Max size of file to generate previews for (MB)')"
:label-visible="true"
:value="String(config['preview_max_filesize_image'])"
@change="update('preview_max_filesize_image', Number($event.target.value))"
Expand Down

0 comments on commit 52df869

Please sign in to comment.