Update titles

This commit is contained in:
Andrew Kingston 2024-10-28 14:24:25 +00:00
parent 5156749ac9
commit 293368e551
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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}` : ""}