Fix jwt-token

This commit is contained in:
2025-09-19 14:40:58 +02:00
parent 9145a9f4d9
commit e578dc7055
2 changed files with 8 additions and 8 deletions

View File

@@ -530,7 +530,7 @@ const Devices = () => {
onClick={() => handleViewOnMap(selectedDevice)}
className="flex-1 bg-primary-100 text-primary-700 py-2 px-3 rounded hover:bg-primary-200 transition-colors text-sm font-medium"
>
View on Map
{t('devices.viewOnMap')}
</button>
)}
@@ -538,7 +538,7 @@ const Devices = () => {
onClick={() => setShowDetailsModal(false)}
className="flex-1 bg-gray-100 text-gray-700 py-2 px-3 rounded hover:bg-gray-200 transition-colors text-sm font-medium"
>
Close
{t('devices.close')}
</button>
</div>
</div>