Specify tag support in messaging

ef59afcec13e969e4bb4b8aaec1a5e779937765a

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

1 files changed, +2 -2Showing whitespace changes
public/scripts/extensions.js+2 -2
@@ -1520,9 +1520,9 @@ export async function openThirdPartyExtensionMenu(suggestUrl = '') {
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 };
15271527
1528 const customButtons = isCurrentUserAdmin ? [installForAllButton] : [];1528 const customButtons = isCurrentUserAdmin ? [installForAllButton] : [];