summaryrefslogtreecommitdiffstats
path: root/template/en/default/account/prefs/settings.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/account/prefs/settings.html.tmpl')
-rw-r--r--template/en/default/account/prefs/settings.html.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/account/prefs/settings.html.tmpl b/template/en/default/account/prefs/settings.html.tmpl
index a7055c67f..a3c44095a 100644
--- a/template/en/default/account/prefs/settings.html.tmpl
+++ b/template/en/default/account/prefs/settings.html.tmpl
@@ -35,7 +35,9 @@
[% default_val = settings.${name}.default_value %]
<tr>
<td class="right">
- [% setting_descs.$name OR name FILTER html %]
+ <label for="[% name FILTER html %]">
+ [% setting_descs.$name OR name FILTER html %]
+ </label>
</td>
<td>
[% IF settings.${name}.is_enabled %]