From fe0d486e128629f7a0a0013746beea33f07b663f Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 13 Nov 2023 22:26:43 +0300 Subject: Settings: fix typo which prevents email deletion --- src/main/resources/templates/views/settings_main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources') 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 @@

{% else %}

- {% if jids | length > 1 %} + {% if emails | length > 1 %}

{% endif %} -- cgit v1.2.3