diff options
-rw-r--r-- | apps/files_external/src/views/CredentialsDialog.vue | 2 |
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 --> |