Convert timezone and language settings to SettingItems

This commit is contained in:
Johannes Zellner
2025-03-17 22:17:30 +01:00
parent 00f6b878b3
commit e665857aa8
9 changed files with 83 additions and 31 deletions
+1 -1
View File
@@ -193,7 +193,7 @@ onMounted(async () => {
<p>{{ $t('profile.appPasswords.description') }}</p>
<br/>
<TableView :columns="columns" :model="passwords" :hover="false" :placeholder="$t('profile.appPasswords.noPasswordsPlaceholder')">
<TableView :columns="columns" :model="passwords" :placeholder="$t('profile.appPasswords.noPasswordsPlaceholder')">
<template #creationTime="slotProps">{{ prettyLongDate(slotProps.creationTime) }}</template>
<template #actions="slotProps">
<div class="table-actions">