chore: link to userinfobot for chat id hint
This commit is contained in:
11
src/App.js
11
src/App.js
@@ -1582,7 +1582,16 @@ function App() {
|
|||||||
disabled={!notificationSettings.telegram.enabled}
|
disabled={!notificationSettings.telegram.enabled}
|
||||||
/>
|
/>
|
||||||
<p className="text-xs text-gray-500 mt-1">
|
<p className="text-xs text-gray-500 mt-1">
|
||||||
Tipp: Schreibe dem Telegram-Bot und nutze @userinfobot oder ein Chat-ID-Tool.
|
Tipp: Schreibe dem Telegram-Bot und nutze{' '}
|
||||||
|
<a
|
||||||
|
href="https://t.me/userinfobot"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
className="text-blue-600 hover:text-blue-800"
|
||||||
|
>
|
||||||
|
@userinfobot
|
||||||
|
</a>{' '}
|
||||||
|
oder ein Chat-ID-Tool.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<button
|
<button
|
||||||
|
|||||||
Reference in New Issue
Block a user