From 5b0ec7cddb1ae6dbd2057f067382866f846b882c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 15 Jun 2022 14:59:25 +0200 Subject: Increase global font size --- client/src/app/shared/shared-main/buttons/edit-button.component.ts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'client/src/app/shared/shared-main/buttons/edit-button.component.ts') diff --git a/client/src/app/shared/shared-main/buttons/edit-button.component.ts b/client/src/app/shared/shared-main/buttons/edit-button.component.ts index 0049dfa64..28aacbbff 100644 --- a/client/src/app/shared/shared-main/buttons/edit-button.component.ts +++ b/client/src/app/shared/shared-main/buttons/edit-button.component.ts @@ -25,10 +25,6 @@ export class EditButtonComponent implements OnInit { // Use default label if (this.label === '') { this.label = $localize`Update` - - if (!this.title) { - this.title = this.label - } } } } -- cgit v1.2.3