add duplicate event

This commit is contained in:
setop
2020-04-23 00:27:09 +02:00
committed by Thomas Citharel
parent a56ebe8dab
commit 09af783ee3
9 changed files with 92 additions and 15 deletions

View File

@@ -1,6 +1,5 @@
<template>
<div v-if="loggedUser">
<h2 class="subtitle">{{ $t("No notification settings yet") }}</h2>
<div class="field">
<b-checkbox disabled v-model="notificationEventUpdates">
<strong>{{ $t("Important event updates") }}</strong>

View File

@@ -1,6 +1,5 @@
<template>
<div>
<h2 class="subtitle">{{ $t("No preferences yet") }}</h2>
<b-field :label="$t('Timezone')">
<b-select
:placeholder="$t('Select a timezone')"