User: Use two translations of "was online"

This commit is contained in:
Ilya Prokopenko 2022-06-01 18:07:29 +03:00
parent 97444315e4
commit cab9aa99d3
No known key found for this signature in database
GPG key ID: 7736BBBB05F14A56

View file

@ -41,7 +41,7 @@
{if $user->isOnline()}
<span><b>{_online}</b></span>
{else}
<span>{_was_online} {$user->getOnline()}</span>
<span>{$user->isFemale() ? tr("was_online_f") : tr("was_online_m")} {$user->getOnline()}</span>
{/if}
</div>
<div n:if="$user->onlineStatus() == 2" style="float:right;">