mirror of
https://github.com/openvk/openvk
synced 2025-07-07 00:09:48 +03:00
albums-{your_id} >>> u was x albums
This commit is contained in:
parent
abf43c7ab5
commit
6ffbc0ed29
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