aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2024-09-16 13:11:53 +0200
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2024-09-16 13:01:13 +0000
commitb6a3c1ba671fc5154871282a392d8bbcf9f746bf (patch)
treef264f51206d36df6af4cca407fb7ba0c97890ff7
parentb96802956ff27ed7df5db3a3231b8069b9cdd034 (diff)
downloadnextcloud-server-b6a3c1ba671fc5154871282a392d8bbcf9f746bf.tar.gz
nextcloud-server-b6a3c1ba671fc5154871282a392d8bbcf9f746bf.zip
chore(1i8n): Fixed grammar and improved wording
Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> [skip ci]
-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 -->