From 6351e0c3fb3435b8d6ad7e20eede9abb970c5575 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 16 Feb 2022 18:48:22 +0100 Subject: [PATCH] Apply same status led indicator for mailbox sharing --- src/views/emails.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/views/emails.html b/src/views/emails.html index 154a38692..1cc0172f9 100644 --- a/src/views/emails.html +++ b/src/views/emails.html @@ -277,9 +277,14 @@

{{ 'emails.mailboxSharing.description' | tr }}

-

{{ 'emails.mailboxSharing.enabled' | tr }}

-

{{ 'emails.mailboxSharing.disabled' | tr }}

- +
+
+
+
+ {{ mailboxSharing.enabled ? 'main.statusEnabled' : 'main.statusDisabled' | tr }} +
+
+