File tree Expand file tree Collapse file tree
catalog/app/containers/Bucket/PackageTree Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ export default function RevisionInfo({
8989 ( e : React . MouseEvent ) => {
9090 e . preventDefault ( )
9191 copyToClipboard ( getHttpsUri ( h ) , { container : containerRef ?. current || undefined } )
92- push ( 'Canonical URI copied to clipboard' )
92+ push ( 'Catalog URL copied to clipboard' )
9393 }
9494
9595 const comparePair : [ string , string ] | null = React . useMemo ( ( ) => {
@@ -122,7 +122,7 @@ export default function RevisionInfo({
122122 { ! ! hash && (
123123 < M . IconButton
124124 size = "small"
125- title = "Copy package revision's canonical catalog URI to the clipboard"
125+ title = "Copy package revision's catalog URL to the clipboard"
126126 href = { getHttpsUri ( hash ) }
127127 onClick = { copyHttpsUri ( hash ) }
128128 className = { classes . shortcut }
@@ -165,7 +165,7 @@ export default function RevisionInfo({
165165 />
166166 < M . ListItemSecondaryAction >
167167 < M . IconButton
168- title = "Copy package revision's canonical catalog URI to the clipboard"
168+ title = "Copy package revision's catalog URL to the clipboard"
169169 href = { getHttpsUri ( r . hash ) }
170170 onClick = { copyHttpsUri ( r . hash , listRef ) }
171171 >
You can’t perform that action at this time.
0 commit comments