fix(typo,viewer): 'live video' -> 'Live Photo'
Signed-off-by: Jérémie Tarot (@silopolis) <silopolis@gmail.com>pull/488/head
parent
75859edd3a
commit
3db68abe74
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue