From 78ee2c55da9f2e7fe6a37e5b78e95df09e6d6334 Mon Sep 17 00:00:00 2001 From: Jesse Washburn <142361664+jessewashburn@users.noreply.github.com> Date: Tue, 14 Jan 2025 14:09:19 -0500 Subject: [PATCH] typo --- src/app/manager-dashboard/manager-dashboard.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/manager-dashboard/manager-dashboard.component.ts b/src/app/manager-dashboard/manager-dashboard.component.ts index cbb695f1ee..ea8561b066 100644 --- a/src/app/manager-dashboard/manager-dashboard.component.ts +++ b/src/app/manager-dashboard/manager-dashboard.component.ts @@ -199,7 +199,7 @@ export class ManagerDashboardComponent implements OnInit, OnDestroy { changeType: 'delete', type: 'community', displayName: this.userService.get().name, - extraMessage: '(This is a destructive action that cannot be undone.git ad)' + extraMessage: '(This is a destructive action that cannot be undone!)' } }); // Reset the message when the dialog closes