From 3f74e426be3c03b57b95a8ad01753dcfe02a0d5a Mon Sep 17 00:00:00 2001 From: Maxim Leshchenko <50026114+maksalees@users.noreply.github.com> Date: Fri, 12 Nov 2021 11:32:22 +0200 Subject: [PATCH] Pinning groups to the left menu: Correct name of the strings --- Web/Presenters/templates/User/Groups.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Web/Presenters/templates/User/Groups.xml b/Web/Presenters/templates/User/Groups.xml index 8c157f7a..67e98425 100644 --- a/Web/Presenters/templates/User/Groups.xml +++ b/Web/Presenters/templates/User/Groups.xml @@ -49,9 +49,9 @@ {if $clubPinned} - {_remove_from_sidebar} + {_remove_from_left_menu} {else} - {_add_to_sidebar} + {_add_to_left_menu} {/if}