fix: context menu bugs (#3279)

This commit is contained in:
Nivedin
2023-08-25 00:27:03 +05:30
committed by GitHub
parent e9509b9fa1
commit a268cab11e
3 changed files with 4 additions and 4 deletions

View File

@@ -114,7 +114,7 @@ export class ParameterMenuService extends Service implements ContextMenu {
id: "environment",
text: {
type: "text",
text: this.t("context_menu.add_parameter"),
text: this.t("context_menu.add_parameters"),
},
icon: markRaw(IconArrowDownRight),
action: () => {