| 1520 | /** @type {import('./popup.js').CustomPopupInput} */ | 1520 | /** @type {import('./popup.js').CustomPopupInput} */ |
| 1521 | const branchNameInput = { | 1521 | const branchNameInput = { |
| 1522 | id: 'extension_branch_name', | 1522 | id: 'extension_branch_name', |
| 1523 | label: t`Branch name (optional)`, | 1523 | label: t`Branch or tag name (optional)`, |
| 1524 | type: 'text', | 1524 | type: 'text', |
| 1525 | tooltip: 'e.g. main, master, dev', | 1525 | tooltip: 'e.g. main, dev, v1.0.0', |
| 1526 | }; | 1526 | }; |
| 1527 | | 1527 | |
| 1528 | const customButtons = isCurrentUserAdmin ? [installForAllButton] : []; | 1528 | const customButtons = isCurrentUserAdmin ? [installForAllButton] : []; |