diff options
author | skjnldsv <skjnldsv@protonmail.com> | 2024-07-12 15:11:10 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-07-12 20:14:30 +0200 |
commit | df42a10e56d2fd0721c97c8ef4ba4d8eadcea6af (patch) | |
tree | ce6a076cd90fa3afb0407cf552e7886156324d55 /apps/files_sharing/src/components/NewFileRequestDialog/NewFileRequestDialogIntro.vue | |
parent | 9b84831c8d0c1d715cd42fa3e4e01ac8a59fa369 (diff) | |
download | nextcloud-server-df42a10e56d2fd0721c97c8ef4ba4d8eadcea6af.tar.gz nextcloud-server-df42a10e56d2fd0721c97c8ef4ba4d8eadcea6af.zip |
chore(files_sharing): lint & refactor fixes
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files_sharing/src/components/NewFileRequestDialog/NewFileRequestDialogIntro.vue')
-rw-r--r-- | apps/files_sharing/src/components/NewFileRequestDialog/NewFileRequestDialogIntro.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/src/components/NewFileRequestDialog/NewFileRequestDialogIntro.vue b/apps/files_sharing/src/components/NewFileRequestDialog/NewFileRequestDialogIntro.vue index 858406b1fd0..57b03289661 100644 --- a/apps/files_sharing/src/components/NewFileRequestDialog/NewFileRequestDialogIntro.vue +++ b/apps/files_sharing/src/components/NewFileRequestDialog/NewFileRequestDialogIntro.vue @@ -8,7 +8,7 @@ <!-- Request label --> <fieldset class="file-request-dialog__label" data-cy-file-request-dialog-fieldset="label"> <legend> - {{ t('files_sharing', 'What are you requesting ?') }} + {{ t('files_sharing', 'What are you requesting?') }} </legend> <NcTextField :value="label" :disabled="disabled" @@ -22,7 +22,7 @@ <!-- Request destination --> <fieldset class="file-request-dialog__destination" data-cy-file-request-dialog-fieldset="destination"> <legend> - {{ t('files_sharing', 'Where should these files go ?') }} + {{ t('files_sharing', 'Where should these files go?') }} </legend> <NcTextField :value="destination" :disabled="disabled" |