Skip to content

Commit da6d187

Browse files
authored
Fix typo in CloseViewModel.ts
1 parent b267156 commit da6d187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Server/OneTrueError.Web/ViewModels/Incident/CloseViewModel.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ module OneTrueError.Incident {
7676

7777
CqsClient.command(closeCmd);
7878
window.location.hash = `#/application/${this.context.routeData["applicationId"]}`;
79-
humane.log("Incident have been closed.");
79+
humane.log("Incident has been closed.");
8080
}
8181

8282
incidentId: number;
8383
}
8484

85-
}
85+
}

0 commit comments

Comments
 (0)