diff options
author | Santo Cariotti <santo@dcariotti.me> | 2022-10-15 11:19:49 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2022-10-15 11:19:49 +0200 |
commit | 1e6a9a6600e208c1e622a3c28d548f615b2412f1 (patch) | |
tree | eb31e11278ab6ad36e81417865d388a9603ee55a /pages | |
parent | d88a7fbd098413e97a9edcb1fac5f917f53f1510 (diff) |
Fix title for admin reports
Diffstat (limited to 'pages')
-rw-r--r-- | pages/admin/reports.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/admin/reports.vue b/pages/admin/reports.vue index c1226e1..513649d 100644 --- a/pages/admin/reports.vue +++ b/pages/admin/reports.vue @@ -21,7 +21,7 @@ import VTable from "@/components/VTable.vue"; export default { name: "AdminView", - head: { title: "Models · Verden" }, + head: { title: "Reports · Verden" }, computed: { ...mapGetters("auth", ["isLogged", "me"]), ...mapGetters("warnings", ["warnings", "count"]), |