Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
Co-authored-by: Marco <marcoambrosini@pm.me>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux and marcoambrosini authored Feb 24, 2025
1 parent 0c9f3aa commit d83b1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<NcCheckboxRadioSwitch type="switch"
:checked="userConfig.show_dialog_file_extension"
@update:checked="setConfig('show_dialog_file_extension', $event)">
{{ t('files', 'Warn about changed file extension.') }}
{{ t('files', 'Show a warning dialog when changing a file extension.') }}
</NcCheckboxRadioSwitch>
</NcAppSettingsSection>

Expand Down

0 comments on commit d83b1b7

Please sign in to comment.