diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2025-02-23 20:13:33 +0100 |
---|---|---|
committer | Andy Scherzinger <info@andy-scherzinger.de> | 2025-02-25 18:40:06 +0100 |
commit | 5c9134124bcaa3d17945f5d09a1a879263475e70 (patch) | |
tree | 0702eb782788126a341911d697d90a9948d96b13 /apps/files/src/components/TemplateFiller.vue | |
parent | 9682ef7025789dd47695fe5087bb4c37ce8332af (diff) | |
download | nextcloud-server-5c9134124bcaa3d17945f5d09a1a879263475e70.tar.gz nextcloud-server-5c9134124bcaa3d17945f5d09a1a879263475e70.zip |
fix(l10n): Spelling standardization
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'apps/files/src/components/TemplateFiller.vue')
-rw-r--r-- | apps/files/src/components/TemplateFiller.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/src/components/TemplateFiller.vue b/apps/files/src/components/TemplateFiller.vue index b49b9ca2d50..3f1db8dfd58 100644 --- a/apps/files/src/components/TemplateFiller.vue +++ b/apps/files/src/components/TemplateFiller.vue @@ -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"> |