Skip to content

Commit

Permalink
Improve clarity for Telegram config
Browse files Browse the repository at this point in the history
  • Loading branch information
NEMS Linux committed Aug 19, 2019
1 parent 385f8d7 commit 52fd462
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/index.php
Expand Up @@ -666,11 +666,11 @@ function sanitize($string) {
<header>Telegram Account Info</header>
<fieldset>
<section>
<label class="label">Your Bot</label>
<label class="label">Your Bot Username</label>
<label class="input">
<i class="icon-append fa fa-user"></i>
<input type="text" name="telegram_bot" placeholder="bot123" value="<?= $USER11 ?>">
<b class="tooltip tooltip-bottom-right">Enter the name of your bot as provided in the Telegram interface</b>
<input type="text" name="telegram_bot" placeholder="mycoolbot_bot" value="<?= $USER11 ?>">
<b class="tooltip tooltip-bottom-right">Enter the name of your bot as configured in the Telegram interface</b>
</label>
</section>
<section>
Expand Down

0 comments on commit 52fd462

Please sign in to comment.