diff options
Diffstat (limited to 'budget/templates/authenticate.html')
| -rw-r--r-- | budget/templates/authenticate.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/templates/authenticate.html b/budget/templates/authenticate.html index dc62a70..98914d0 100644 --- a/budget/templates/authenticate.html +++ b/budget/templates/authenticate.html @@ -3,7 +3,7 @@ <h2>Authentication</h2> {% if create_project %} -<p class="info">{{ _("The project you are trying to access do not exist, do you want +<p class="info">{{ _("The project you are trying to access do not exist, do you want to") }} <a href="{{ url_for(".create_project", project_id=create_project) }}">{{ _("create it") }}</a>{{ _("?") }} </p> {% endif %} |
