fix(albums): "you have" on same id

This commit is contained in:
mrilyew 2025-05-27 13:47:30 +03:00 committed by Alexander Minkin
parent a2ac608936
commit c858a119d1

View file

@ -18,7 +18,7 @@
{block size} {block size}
<div style="padding-bottom: 0px; padding-top: 0;" class="summaryBar"> <div style="padding-bottom: 0px; padding-top: 0;" class="summaryBar">
<div class="summary"> <div class="summary">
{if !is_null($thisUser) && $owner->getId() === $thisUser->getId()} {if !is_null($thisUser) && $owner->getRealId() === $thisUser->getId()}
{tr("albums_list", $count)} {tr("albums_list", $count)}
{else} {else}
{tr("albums", $count)} {tr("albums", $count)}