fix: invalid message
This commit is contained in:
@@ -127,7 +127,7 @@ onBeforeMount(fetchTasks);
|
|||||||
{{ $t("empty_hint") }}
|
{{ $t("empty_hint") }}
|
||||||
</li>
|
</li>
|
||||||
<li
|
<li
|
||||||
v-if="allCompleted && separateCompleted"
|
v-else-if="allCompleted && separateCompleted"
|
||||||
class="list-row italic text-xl font-extralight"
|
class="list-row italic text-xl font-extralight"
|
||||||
>
|
>
|
||||||
{{ $t("all_completed_hint") }}
|
{{ $t("all_completed_hint") }}
|
||||||
|
|||||||
Reference in New Issue
Block a user