Merge pull request #488 from silopolis/stringfix
fix(typo,viewer): 'live video' -> 'Live Photo'pull/504/head
commit
619c73e9ab
|
@ -56,11 +56,11 @@
|
||||||
</NcActionButton>
|
</NcActionButton>
|
||||||
<NcActionButton
|
<NcActionButton
|
||||||
v-if="isLivePhoto"
|
v-if="isLivePhoto"
|
||||||
:aria-label="t('memories', 'Play live video')"
|
:aria-label="t('memories', 'Play Live Photo')"
|
||||||
@click="playLivePhoto"
|
@click="playLivePhoto"
|
||||||
:close-after-click="true"
|
:close-after-click="true"
|
||||||
>
|
>
|
||||||
{{ t("memories", "Play live video") }}
|
{{ t("memories", "Play Live Photo") }}
|
||||||
<template #icon> <LivePhotoIcon :size="24" /> </template>
|
<template #icon> <LivePhotoIcon :size="24" /> </template>
|
||||||
</NcActionButton>
|
</NcActionButton>
|
||||||
<NcActionButton
|
<NcActionButton
|
||||||
|
|
Loading…
Reference in New Issue