Skip to content

Commit

Permalink
"Add quilt_summarize" → "Configure Summary" (#4337)
Browse files Browse the repository at this point in the history
  • Loading branch information
fiskus authored Feb 24, 2025
1 parent 07fcee0 commit 746fded
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions catalog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ where verb is one of

## Changes

- [Changed] Simplify button name: "Add quilt_summarize" -> "Configure Summary" ([#4337](https://github.com/quiltdata/quilt/pull/4337))
- [Added] Packager Admin GUI ([#4331](https://github.com/quiltdata/quilt/pull/4331))
- [Fixed] Athena: always show `AwsDataCatalog` in Data catalog selection ([#4335](https://github.com/quiltdata/quilt/pull/4335))
- [Changed] Search Results: Don't show package hash in the header ([#4319](https://github.com/quiltdata/quilt/pull/4319))
Expand Down
2 changes: 1 addition & 1 deletion catalog/app/containers/Bucket/Summarize.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ export function ConfigureAppearance({
<StyledTooltip title="Open the editor to author a quilt_summarize.json file. Upon saving, a package revision dialog will show up, letting you add that file to the package.">
<RRDom.Link to={summarize} className={classes.button}>
<M.Button color="primary" size="small" variant="outlined">
Add quilt_summarize
Configure Summary
</M.Button>
</RRDom.Link>
</StyledTooltip>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ exports[`containers/Buckets/Summarize ConfigureAppearance should render both lin
<div
id="button"
>
Add quilt_summarize
Configure Summary
</div>
</a>
</div>
Expand Down Expand Up @@ -52,7 +52,7 @@ exports[`containers/Buckets/Summarize ConfigureAppearance should render quilt_su
<div
id="button"
>
Add quilt_summarize
Configure Summary
</div>
</a>
</div>
Expand Down

0 comments on commit 746fded

Please sign in to comment.