Specify tag support in messaging

ef59afcec13e969e4bb4b8aaec1a5e779937765a

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -2Ignore whitespace
public/scripts/extensions.js+2 -2
@@ -1520,9 +1520,9 @@ export async function openThirdPartyExtensionMenu(suggestUrl = '') {
15201520 /** @type {import('./popup.js').CustomPopupInput} */
15211521 const branchNameInput = {
15221522 id: 'extension_branch_name',
15231523 label: t`Branch or tag name (optional)`,
15241524 type: 'text',
15251525 tooltip: 'e.g. main, masterdev, devv1.0.0',
15261526 };
15271527
15281528 const customButtons = isCurrentUserAdmin ? [installForAllButton] : [];