chore: link to userinfobot for chat id hint

This commit is contained in:
2025-11-09 22:37:58 +01:00
parent b55adabb58
commit 82d3979dcb

View File

@@ -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