commit b3e4d40f3073fff21e18142a360e8bb8cba6f832 Author: Philipp Winter phw@torproject.org Date: Thu Oct 10 00:53:21 2013 +0200
Rename 'Status' to 'Current Status'.
That should cause less confusion for users. --- templates/details/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/details/main.html b/templates/details/main.html index 76f83d2..542e5a2 100644 --- a/templates/details/main.html +++ b/templates/details/main.html @@ -96,7 +96,7 @@ </dl> </div> <div class="span4"> - <h3>Status</h3> + <h3>Current Status</h3>
<% if (relay.get('running') === false) { %> <dt><span class="tip" data-content="The time since this relay was last seen online." data-original-title="Downtime">Downtime</span></dt>
tor-commits@lists.torproject.org