User: Add 'about' translated string

This commit is contained in:
veselcraft 2023-01-18 22:08:05 +03:00
parent 37d720c906
commit 8dffa8a3f5
No known key found for this signature in database
GPG key ID: AED66BC1AC628A4E

View file

@ -490,7 +490,7 @@
<td class="data">{$user->getFavoriteQuote()}</td>
</tr>
<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>
</tr>
</tbody>