Merge pull request #488 from silopolis/stringfix

fix(typo,viewer): 'live video' -> 'Live Photo'
pull/504/head
Varun Patil 2023-03-15 10:24:49 -07:00 committed by GitHub
commit 619c73e9ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -56,11 +56,11 @@
</NcActionButton>
<NcActionButton
v-if="isLivePhoto"
:aria-label="t('memories', 'Play live video')"
:aria-label="t('memories', 'Play Live Photo')"
@click="playLivePhoto"
:close-after-click="true"
>
{{ t("memories", "Play live video") }}
{{ t("memories", "Play Live Photo") }}
<template #icon> <LivePhotoIcon :size="24" /> </template>
</NcActionButton>
<NcActionButton