fix(l10n): Fixed grammar

Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
pull/474/head
rakekniven 2023-03-12 01:19:46 +01:00 committed by GitHub
parent 94e02a66f6
commit 8b5e0adf2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@
<template #subtitle>
{{
isVideo
? t("memories", "Share the video as a high-quality MOV")
: t("memories", "Share the image as a high-quality JPEG")
? t("memories", "Share the video as a high quality MOV")
: t("memories", "Share the image as a high quality JPEG")
}}
</template>
</NcListItem>