Skip to content

Commit

Permalink
periods
Browse files Browse the repository at this point in the history
  • Loading branch information
cabreraalex committed Aug 31, 2023
1 parent dbd116b commit d5fcfd7
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/metadata/Histograms.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
class="w-6 h-6 cursor-help fill-grey-dark"
use:tooltip={{
content:
'Interactive distributions for metadata columns. Click or drag on the histograms to filter the data.',
'Interactive distributions for metadata columns. Click or drag on the histograms to filter the data',
position: 'right',
theme: 'zeno-tooltip'
}}
Expand Down
8 changes: 4 additions & 4 deletions frontend/src/lib/components/metadata/SliceHeader.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<div
class="w-6 h-6 cursor-help fill-grey-dark"
use:tooltip={{
content: 'Slices are named combinations of filters.',
content: 'Slices are named combinations of filters',
position: 'right',
theme: 'zeno-tooltip'
}}
Expand All @@ -50,7 +50,7 @@
<div
use:tooltip={{
content: !$page.url.href.includes('compare')
? 'Find underperforming slices.'
? 'Find underperforming slices'
: 'Find slices with the largest output differences between models',
position: 'left',
theme: 'zeno-tooltip',
Expand All @@ -73,7 +73,7 @@
</div>
<div
use:tooltip={{
content: 'Create a new folder.',
content: 'Create a new folder',
position: 'left',
theme: 'zeno-tooltip'
}}
Expand All @@ -90,7 +90,7 @@
</div>
<div
use:tooltip={{
content: 'Create a new slice.',
content: 'Create a new slice',
position: 'left',
theme: 'zeno-tooltip'
}}
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/lib/components/metadata/Tags.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<div
class="w-6 h-6 cursor-help fill-grey-darker"
use:tooltip={{
content: 'Tags are named sets of data instances.',
content: 'Tags are named sets of data instances',
position: 'right',
theme: 'zeno-tooltip'
}}
Expand All @@ -55,7 +55,7 @@
<div>
<div
use:tooltip={{
content: 'Create a new tag.',
content: 'Create a new tag',
position: 'left',
theme: 'zeno-tooltip'
}}
Expand Down
6 changes: 3 additions & 3 deletions frontend/src/lib/components/popups/SliceFinderPopup.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@
class="w-6 h-6 cursor-help fill-grey-dark"
use:tooltip={{
content: $page.url.href.includes('compare')
? 'Run the SliceLine algorithm to find slices with the largest or smallest average difference in a difference column between two models.'
: 'Run the SliceLine algorithm to find slices of data with high or low metrics.',
? 'Run the SliceLine algorithm to find slices with the largest or smallest average difference in a difference column between two models'
: 'Run the SliceLine algorithm to find slices of data with high or low metrics',
position: 'right',
theme: 'zeno-tooltip',
maxWidth: '350'
Expand Down Expand Up @@ -229,7 +229,7 @@
style="margin-top: 3px;"
use:tooltip={{
content:
'Weight parameter for the average slice metric. Increase it to find more slices.',
'Weight parameter for the average slice metric. Increase it to find more slices',
theme: 'zeno-tooltip',
maxWidth: '195',
position: 'left'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<div class="flex items-center justify-end">
<div
use:tooltip={{
content: 'Manage this organization. You can only do this if you are an admin.',
content: 'Manage this organization. You can only do this if you are an admin',
position: 'left',
theme: 'zeno-tooltip'
}}
Expand All @@ -90,7 +90,7 @@
<div
use:tooltip={{
content:
'Leave this organization. You can only do this if there is an admin left.',
'Leave this organization. You can only do this if there is an admin left',
position: 'left',
theme: 'zeno-tooltip'
}}
Expand Down Expand Up @@ -126,7 +126,7 @@
</div>
<div
use:tooltip={{
content: 'Delete this organization. You can only do this if you are an admin.',
content: 'Delete this organization. You can only do this if you are an admin',
position: 'left',
theme: 'zeno-tooltip'
}}
Expand Down

0 comments on commit d5fcfd7

Please sign in to comment.