mirror of
https://github.com/openvk/openvk
synced 2025-06-07 21:04:40 +03:00
fix(albums): "you have" on same id
This commit is contained in:
parent
a2ac608936
commit
c858a119d1
1 changed files with 1 additions and 1 deletions
|
@ -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)}
|
||||||
|
|
Loading…
Reference in a new issue