Pinning groups to the left menu: Correct name of the strings

This commit is contained in:
Maxim Leshchenko 2021-11-12 11:32:22 +02:00 committed by GitHub
parent 202c203b80
commit 3f74e426be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,9 +49,9 @@
<td>
<a href="/groups_pin?club={$x->getId()}&hash={rawurlencode($csrfToken)}">
{if $clubPinned}
{_remove_from_sidebar}
{_remove_from_left_menu}
{else}
{_add_to_sidebar}
{_add_to_left_menu}
{/if}
</a>
</td>