Skip to content

Commit 751c7b1

Browse files
committed
feat: update header text for transaction behavior panel and add description label
1 parent 4db621b commit 751c7b1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

webapp/controller/Main.controller.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,12 +540,15 @@ export default class Main extends BaseController {
540540
],
541541
}),
542542
new Panel({
543-
headerText: "Copy behavior",
543+
headerText: "Transaction click behavior",
544544
expandable: true,
545545
expanded: false,
546546
content: [
547547
new VBox({
548548
items: [
549+
new Label({
550+
text: "Choose what happens when you click on a transaction:",
551+
}),
549552
radioButtonGroup,
550553
sapSystemUrlInput,
551554
checkBoxResetSearch,

0 commit comments

Comments
 (0)