fix: change label

This commit is contained in:
karishmas6
2024-07-26 22:57:49 +05:30
parent ecd27f9947
commit 66de868e3f

View File

@@ -80,7 +80,7 @@ export const BrowserWindow = () => {
clickY >= highlightRect.top &&
clickY <= highlightRect.bottom
) {
addBrowserStep('Label 1', highlighterData.selector);
addBrowserStep('Enter Label Here...', highlighterData.selector);
}
}
};