Add locales and new navbar entry
This commit is contained in:
parent
d18317a7c8
commit
dddfdf8a13
5 changed files with 26 additions and 4 deletions
|
|
@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
<div style="padding: 8px 16px;">
|
||||
<section>
|
||||
<MkInput v-model="atDate" small type="date" class="input">
|
||||
<template #label>{{ i18n.ts._poll.deadlineDate }}</template>
|
||||
<template #label>{{ i18n.ts.postOn }}</template>
|
||||
</MkInput>
|
||||
<MkInput v-model="atTime" small type="time" class="input">
|
||||
<template #label>{{ i18n.ts._poll.deadlineTime }}</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue