File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
script-gen-ui/src/app/components/main-sweep Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6666 hasAvailableChannels() &&
6767 showBiasExpanderTooltip
6868 "
69- text ="No bias channels. Click + to add one "
69+ text ="No bias channels. Click '+' to add a bias channel. "
7070 position ="bottom "
7171 [visible] ="showBiasExpanderTooltip "
7272 >
@@ -148,7 +148,7 @@ <h3>Bias</h3>
148148 hasAvailableChannels() &&
149149 showStepExpanderTooltip
150150 "
151- text ="No step channels. Click + to add one "
151+ text ="No step channels. Click '+' to add a step channel. "
152152 position ="bottom "
153153 [visible] ="showStepExpanderTooltip "
154154 >
@@ -245,7 +245,7 @@ <h3>Step</h3>
245245 hasAvailableChannels() &&
246246 showSweepExpanderTooltip
247247 "
248- text ="No sweep channels. Click + to add one "
248+ text ="No sweep channels. Click '+' to add a sweep channel. "
249249 position ="bottom "
250250 [visible] ="showSweepExpanderTooltip "
251251 >
You can’t perform that action at this time.
0 commit comments