summaryrefslogtreecommitdiffstats
path: root/client/components/main/templates.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/main/templates.html')
-rw-r--r--client/components/main/templates.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/main/templates.html b/client/components/main/templates.html
index 4828663a..c252f1e4 100644
--- a/client/components/main/templates.html
+++ b/client/components/main/templates.html
@@ -5,7 +5,7 @@
<template name='message'>
<div class="big-message quiet {{ color }}">
<h1>{{_ label}}</h1>
- {{#with pathFor route='Login'}}
+ {{#with pathFor route='atSignIn'}}
<p>{{{_ 'page-maybe-private' this}}}</p>
{{/with}}
</div>