Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2014-03-21 07:42:57 +0400
committerThomas Steur <tsteur@users.noreply.github.com>2014-03-21 07:42:57 +0400
commitc41dc516a4f61311ba334bccdacefe2bb9849a03 (patch)
treeecd788cc70eb462655d3045cb27b77278a4f621d /plugins/UsersManager/templates/index.twig
parent0f3c6dcc1691db1a4ecabe08cfce0793fb778806 (diff)
fix typo
Diffstat (limited to 'plugins/UsersManager/templates/index.twig')
-rw-r--r--plugins/UsersManager/templates/index.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UsersManager/templates/index.twig b/plugins/UsersManager/templates/index.twig
index 4573cd42d5..45fdeeeb40 100644
--- a/plugins/UsersManager/templates/index.twig
+++ b/plugins/UsersManager/templates/index.twig
@@ -89,7 +89,7 @@
<div class="ui-confirm" id="confirm">
<h2>{{ 'UsersManager_ChangeAllConfirm'|translate("<span id='login'></span>")|raw }}</h2>
<input role="yes" type="button" value="{{ 'General_Yes'|translate }}"/>
- <input role="no" type="button#" value="{{ 'General_No'|translate }}"/>
+ <input role="no" type="button" value="{{ 'General_No'|translate }}"/>
</div>
{% if userIsSuperUser %}