Book form: fixed wrong label on mobile view
This commit is contained in:
@@ -59,7 +59,7 @@ async function onStartReadIconClick() {
|
|||||||
>
|
>
|
||||||
<BigIcon
|
<BigIcon
|
||||||
icon="BIconBook"
|
icon="BIconBook"
|
||||||
:legend="$t('bookform.wantread')"
|
:legend="$t('bookform.startread')"
|
||||||
:is-set="isStartReadExpanded()"
|
:is-set="isStartReadExpanded()"
|
||||||
@click="onStartReadIconClick"
|
@click="onStartReadIconClick"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user