Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jessewashburn committed Jan 14, 2025
1 parent 0384cdc commit 78ee2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/manager-dashboard/manager-dashboard.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78ee2c5

Please sign in to comment.