add pax tooltip

This commit is contained in:
William Blythe
2018-10-26 09:05:33 +11:00
parent 27fbc1ad66
commit 5048b7e094
2 changed files with 3 additions and 2 deletions

View File

@@ -451,10 +451,10 @@ export default class ShipyardPage extends Page {
<th className="sortable" onClick={sortShips('maxCargo')}>
{translate('cargo')}
</th>
<th className="sortable" onClick={sortShips('maxPassengers')}>
<th className="sortable" onClick={sortShips('maxPassengers')} onMouseEnter={termtip.bind(null, 'passenger capacity')}
onMouseLeave={hide}>
{translate('pax')}
</th>
<th className="lft" colSpan={7}>
{translate('core module classes')}
</th>