summaryrefslogtreecommitdiff
path: root/qutebrowser/html
diff options
context:
space:
mode:
authorMarc Jauvin <marc.jauvin@gmail.com>2018-01-17 10:11:32 -0500
committerMarc Jauvin <marc.jauvin@gmail.com>2018-01-17 10:11:32 -0500
commit5db44936678024e83ba6dabdf53753039991c57b (patch)
treea95a0694fe5f3b8f747bb1217598077b707cfb5f /qutebrowser/html
parente25a33790fc3f68f024dd9eae8eccf0dba3102d5 (diff)
downloadqutebrowser-5db44936678024e83ba6dabdf53753039991c57b.tar.gz
qutebrowser-5db44936678024e83ba6dabdf53753039991c57b.zip
@The-Compiler requested changes addressed.
Diffstat (limited to 'qutebrowser/html')
-rw-r--r--qutebrowser/html/bindings.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/qutebrowser/html/bindings.html b/qutebrowser/html/bindings.html
index 28bbb2baf..fe6913402 100644
--- a/qutebrowser/html/bindings.html
+++ b/qutebrowser/html/bindings.html
@@ -10,7 +10,7 @@ th { text-align:left; }
{% block content %}
<header><h1>{{ title }}</h1></header>
{% for mode, binding in bindings.items() %}
-<h2>Mode = {{ mode }}</h2>
+<h2>{{ mode | capitalize }} mode</h2>
<table>
<tr>
<th>Key</th>