Skip to content

Commit 9bd7b04

Browse files
tsp-1185-update-tooltip-message (#27)
Updated the tooltip message to be clearer to user when bias, step and/or sweep is empty
1 parent 95b041f commit 9bd7b04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

script-gen-ui/src/app/components/main-sweep/main-sweep.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
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
>

0 commit comments

Comments
 (0)