fix(typo,viewer): 'live video' -> 'Live Photo'

Signed-off-by: Jérémie Tarot (@silopolis) <silopolis@gmail.com>
pull/488/head
Jérémie Tarot (@silopolis) 2023-03-15 10:46:00 +01:00
parent 75859edd3a
commit 3db68abe74
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