Skip to content

Commit 3e5c7ba

Browse files
Merge pull request #19 from jorrit/patch-2
Fix typo in CloseViewModel.ts
2 parents b267156 + da6d187 commit 3e5c7ba

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)