Specify tag support in messaging
| @@ -1520,9 +1520,9 @@ export async function openThirdPartyExtensionMenu(suggestUrl = '') { | ||
| 1520 | 1520 | /** @type {import('./popup.js').CustomPopupInput} */ |
| 1521 | 1521 | const branchNameInput = { |
| 1522 | 1522 | id: 'extension_branch_name', |
| 1523 | 1523 | label: t`Branch or tag name (optional)`, |
| 1524 | 1524 | type: 'text', |
| 1525 | 1525 | tooltip: 'e.g. main, masterdev, devv1.0.0', |
| 1526 | 1526 | }; |
| 1527 | 1527 | |
| 1528 | 1528 | const customButtons = isCurrentUserAdmin ? [installForAllButton] : []; |