Skip to content

Commit 99a2007

Browse files
Merge pull request #1247 from JohnTitor/fix-typo-triage
Fix (intentional) typos on the triage dashboard
2 parents 34c01cb + 4a70004 commit 99a2007

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/triage/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>Toiage</title>
5+
<title>Triage dashboard</title>
66
<style>
77
* { font-family: sans-serif; }
88
code { font-family: monospace; }

templates/triage/pulls.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</head>
4242

4343
<body>
44-
<h1>Toriage - <a href="https://github.com/{{ owner }}/{{ repo }}">{{ owner }}/{{ repo }}</a></h1>
44+
<h1>Triage dashboard - <a href="https://github.com/{{ owner }}/{{ repo }}">{{ owner }}/{{ repo }}</a></h1>
4545
<table>
4646
<thead>
4747
<tr>

0 commit comments

Comments
 (0)