aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2023-11-13 22:26:43 +0300
committerGravatar Vitaly Takmazov2023-11-13 22:26:43 +0300
commitfe0d486e128629f7a0a0013746beea33f07b663f (patch)
tree7e04ccc1e9538cd46c83e006ec858ce5d110641a /src
parentb7b98fbd4130597175d3da49d5be06142dbdc4cd (diff)
Settings: fix typo which prevents email deletion
Diffstat (limited to 'src')
-rw-r--r--src/main/resources/templates/views/settings_main.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/views/settings_main.html b/src/main/resources/templates/views/settings_main.html
index 713b0146..090d64a2 100644
--- a/src/main/resources/templates/views/settings_main.html
+++ b/src/main/resources/templates/views/settings_main.html
@@ -78,7 +78,7 @@
</p>
{% else %}
</p>
- {% if jids | length > 1 %}
+ {% if emails | length > 1 %}
<p><input type="hidden" name="page" value="email-del" /><input type="submit" class="Button"
value=" Delete " /></p>
{% endif %}