mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
User: Add 'about' translated string
This commit is contained in:
parent
37d720c906
commit
8dffa8a3f5
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@
|
||||||
<td class="data">{$user->getFavoriteQuote()}</td>
|
<td class="data">{$user->getFavoriteQuote()}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr n:if="!is_null($user->getDescription())">
|
<tr n:if="!is_null($user->getDescription())">
|
||||||
<td class="label"><span class="nobold">О себе: </span></td>
|
<td class="label"><span class="nobold">{_information_about}: </span></td>
|
||||||
<td class="data">{$user->getDescription()}</td>
|
<td class="data">{$user->getDescription()}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
Loading…
Reference in a new issue