]> source.dussan.org Git - nextcloud-server.git/commitdiff
chore(1i8n): Fixed grammar and improved wording
authorrakekniven <2069590+rakekniven@users.noreply.github.com>
Mon, 16 Sep 2024 11:11:53 +0000 (13:11 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Mon, 16 Sep 2024 13:01:13 +0000 (13:01 +0000)
Reported at Transifex

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
[skip ci]

apps/files_external/src/views/CredentialsDialog.vue

index c9a9539f0616481871f620281ea601828c516039..56c8093db566166fa3c7491dbebdd32d19a82697 100644 (file)
@@ -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 -->