File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/routes/page/agent/code-scripts Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 191191
192192{#if !! selectedAgentId}
193193< ScriptEditor
194- title= {' Source' }
194+ title= {' Source scripts ' }
195195 scriptType= {AgentCodeScriptType .Src }
196196 bind: scriptObj= {srcScriptObj}
197197/ >
198198< ScriptEditor
199- title= {' Test' }
199+ title= {' Test scripts ' }
200200 scriptType= {AgentCodeScriptType .Test }
201201 bind: scriptObj= {testScriptObj}
202202/ >
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ if __name__ == "__main__":
117117 < Col lg= " 3" >
118118 < div class = " mb-2" style= " display: flex; gap: 10px;" >
119119 < div class = " line-align-center fw-bold" >
120- {title} scripts
120+ {title}
121121 < / div>
122122 < div class = " line-align-center" >
123123 < div class = " line-align-center" id= " src-tooltip" >
You can’t perform that action at this time.
0 commit comments