Telegram bot settings template fix.
This commit is contained in:
parent
2d47fb4f4d
commit
1d5ccd6e30
|
@ -1,7 +1,7 @@
|
|||
{# @var account \Skobkin\Bundle\PointToolsBundle\Entity\Telegram\Account #}
|
||||
*Your current settings:*
|
||||
|
||||
Account /link status: {% if account.user %}Linked to {{ account.user.login }}{% else %}Not linked{% endif %}
|
||||
Account /link status: {% if account.user %}linked to [@{{ account.user.login }}]({{ account.user.login|point_user_url(true) }}){% else %}Not linked{% endif %}
|
||||
|
||||
User renaming notifications: {% if account.renameNotification %}enabled{% else %}disabled{% endif %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue