We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34c01cb + 4a70004 commit 99a2007Copy full SHA for 99a2007
templates/triage/index.html
@@ -2,7 +2,7 @@
2
<html>
3
<head>
4
<meta charset="utf-8">
5
- <title>Toiage</title>
+ <title>Triage dashboard</title>
6
<style>
7
* { font-family: sans-serif; }
8
code { font-family: monospace; }
templates/triage/pulls.html
@@ -41,7 +41,7 @@
41
</head>
42
43
<body>
44
- <h1>Toriage - <a href="https://github.com/{{ owner }}/{{ repo }}">{{ owner }}/{{ repo }}</a></h1>
+ <h1>Triage dashboard - <a href="https://github.com/{{ owner }}/{{ repo }}">{{ owner }}/{{ repo }}</a></h1>
45
<table>
46
<thead>
47
<tr>
0 commit comments