Merge branch 'dev' into feat/auto-backup-schedule-and-timezone

This commit is contained in:
Andrei Brebene
2026-03-30 13:23:19 +03:00
committed by GitHub
20 changed files with 654 additions and 23 deletions
+1 -1
View File
@@ -333,7 +333,7 @@ export default function AdminPage(): React.ReactElement {
<Shield className="w-5 h-5 text-slate-700" />
</div>
<div>
<h1 className="text-2xl font-bold text-slate-900">Administration</h1>
<h1 className="text-2xl font-bold text-slate-900">{t('admin.title')}</h1>
<p className="text-slate-500 text-sm">{t('admin.subtitle')}</p>
</div>
</div>