diff --git a/projects/budgetkey/src/app/common-components/seo.service.ts b/projects/budgetkey/src/app/common-components/seo.service.ts index 4971e34..cae8b94 100644 --- a/projects/budgetkey/src/app/common-components/seo.service.ts +++ b/projects/budgetkey/src/app/common-components/seo.service.ts @@ -26,7 +26,7 @@ export class SeoService { // } // }; this.seo.setTitle(title); - this.seo.setMetaSiteName(this.globalSettings.siteName + '1'); + this.seo.setMetaSiteName(this.globalSettings.siteName + ''); this.seo.setMetaCanonical(canonical); this.seo.setMetaUrl(canonical); this.seo.setMetaCustomTags([ diff --git a/projects/budgetkey/src/app/list-components/add-to-list-dialog/add-to-list-dialog.component.html b/projects/budgetkey/src/app/list-components/add-to-list-dialog/add-to-list-dialog.component.html index 7eb7b2b..f80e196 100644 --- a/projects/budgetkey/src/app/list-components/add-to-list-dialog/add-to-list-dialog.component.html +++ b/projects/budgetkey/src/app/list-components/add-to-list-dialog/add-to-list-dialog.component.html @@ -1,7 +1,7 @@