Fix jwt-token

This commit is contained in:
2025-09-23 09:35:30 +02:00
parent 3412aadb9c
commit 1905306a9b
3 changed files with 76 additions and 35 deletions

View File

@@ -1334,7 +1334,7 @@ const AlertDetailsModal = ({ alert, parseErrorMessage, onClose }) => {
<div className="text-gray-600 break-all">{alert.recipient}</div>
</div>
<div>
<span className="font-medium text-gray-700">Retry Count:</span>
<span className="font-medium text-gray-700">{t('alerts.retryCount')}:</span>
<div className="text-gray-600">{alert.retry_count}</div>
</div>
<div>