Fix page title

This commit is contained in:
Ralph J. Smit
2022-07-20 15:36:49 +02:00
parent 705104524e
commit 254dbaf2ec

View File

@@ -100,7 +100,7 @@ import TableData from '@/components/TableData.vue'
export default {
metaInfo() {
return {
title: `${this.__('Certificates')} - ${this.site.domain}`,
title: `${this.__('Aliases')} - ${this.site.domain}`,
}
},