UI fixes
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
339eb158ea
commit
a42d1564b9
@ -218,7 +218,7 @@ a.card {
|
|||||||
color: #3c376e;
|
color: #3c376e;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
width: 15rem;
|
width: 14rem;
|
||||||
display: block;
|
display: block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
|
@ -4,10 +4,18 @@
|
|||||||
<div class="setting-title">
|
<div class="setting-title">
|
||||||
<h2>{{ $t("Settings") }}</h2>
|
<h2>{{ $t("Settings") }}</h2>
|
||||||
</div>
|
</div>
|
||||||
<p>
|
|
||||||
<h3>{{ $t("Timezone") }}</h3>
|
<h3>{{ $t("Timezone") }}</h3>
|
||||||
{{ $t("We use your timezone to make sure you get notifications for an event at the correct time.") }}
|
<p>
|
||||||
{{ $t("Your timezone was detected as {timezone}.", { timezone: Intl.DateTimeFormat().resolvedOptions().timeZone }) }}
|
{{
|
||||||
|
$t(
|
||||||
|
"We use your timezone to make sure you get notifications for an event at the correct time."
|
||||||
|
)
|
||||||
|
}}
|
||||||
|
{{
|
||||||
|
$t("Your timezone was detected as {timezone}.", {
|
||||||
|
timezone: Intl.DateTimeFormat().resolvedOptions().timeZone,
|
||||||
|
})
|
||||||
|
}}
|
||||||
</p>
|
</p>
|
||||||
<div class="has-text-centered">
|
<div class="has-text-centered">
|
||||||
<router-link :to="{ name: RouteName.PREFERENCES }" class="button is-primary is-outlined">{{
|
<router-link :to="{ name: RouteName.PREFERENCES }" class="button is-primary is-outlined">{{
|
||||||
|
Loading…
Reference in New Issue
Block a user