aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2024-09-16 13:11:53 +0200
committerGitHub <noreply@github.com>2024-09-16 13:11:53 +0200
commit9f6463c37550ea317c41afd2df0ec9f659309393 (patch)
tree1f3e4d9acceec84a8ad2f466417031776ac9727a /apps
parentff0cab5956c289bad60db54716b148c8879566a4 (diff)
downloadnextcloud-server-9f6463c37550ea317c41afd2df0ec9f659309393.tar.gz
nextcloud-server-9f6463c37550ea317c41afd2df0ec9f659309393.zip
chore(1i8n): Fixed grammar and improved wording
Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/files_external/src/views/CredentialsDialog.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/src/views/CredentialsDialog.vue b/apps/files_external/src/views/CredentialsDialog.vue
index c9a9539f061..56c8093db56 100644
--- a/apps/files_external/src/views/CredentialsDialog.vue
+++ b/apps/files_external/src/views/CredentialsDialog.vue
@@ -15,7 +15,7 @@
@update:open="$emit('close')">
<!-- Header -->
<NcNoteCard class="external-storage-auth__header"
- :text="t('files_external', 'To access the storage, you need to provide the authentification informations.')"
+ :text="t('files_external', 'To access the storage, you need to provide the authentication credentials.')"
type="info" />
<!-- Login -->