Update titles
This commit is contained in:
parent
5156749ac9
commit
293368e551
|
@ -45,7 +45,7 @@
|
|||
}
|
||||
</script>
|
||||
|
||||
<DetailPopover bind:this={popover} title="Sorting parameters">
|
||||
<DetailPopover bind:this={popover} title="Sorting">
|
||||
<svelte:fragment slot="anchor" let:open>
|
||||
<ActionButton
|
||||
icon="SortOrderDown"
|
||||
|
|
|
@ -184,7 +184,7 @@
|
|||
}
|
||||
</script>
|
||||
|
||||
<DetailPopover bind:this={popover} title="Calculations" width={480}>
|
||||
<DetailPopover bind:this={popover} title="Configure calculations" width={480}>
|
||||
<svelte:fragment slot="anchor" let:open>
|
||||
<ActionButton icon="WebPage" quiet on:click={openPopover} selected={open}>
|
||||
Configure calculations{count ? `: ${count}` : ""}
|
||||
|
|
Loading…
Reference in New Issue