You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/remix-ide/src/app/tabs/locales/en/editor.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@
27
27
"editor.explainFunction2": "Explain the function \"{name}\"",
28
28
"editor.explainFunctionByAI": "```\n{content}\n```\nExplain the function {currentFunction}",
29
29
"editor.explainFunctionByAISol": "```\n{content}\n```\nExplain the function {currentFunction}",
30
-
"editor.ExplainPipeMessage": "```\n {content}\n```\nExplain the snipped above",
30
+
"editor.ExplainPipeMessage": "```\n {content}\n```\nExplain briefly the snipped above",
31
31
"editor.PastedCodeSafety": "```\n {content}\n```\n\nReply in a short manner: Does this code contain major security vulnerabilities leading to a scam or loss of funds?",
32
32
"editor.executeFreeFunction": "Run a free function",
33
33
"editor.executeFreeFunction2": "Run the free function \"{name}\"",
0 commit comments