Skip to content

Commit c854fea

Browse files
authored
Merge pull request #257 from NetApp/bugfix/WLMAI-1974---External-app---Update-naming-convention-new
WLMAI-1974 - External-app---Update-naming-convention
2 parents 907d806 + 787362b commit c854fea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AI/GenAI-ChatBot-application-sample/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ npm run build
9494

9595
## Learn More
9696

97-
- Learn more about [BlueXP Workload Factory for AWS](https://docs.netapp.com/us-en/workload-genai/index.html).
97+
- Learn more about [Console Workload Factory for AWS](https://docs.netapp.com/us-en/workload-genai/index.html).
9898
- Learn more about the APIs used in this sample application by visiting the [Workload Factory API documentation](https://console.workloads.netapp.com/api-doc).
9999
- To learn more about Next.js, take a look at the following resources:
100100
- [Next.js documentation](https://nextjs.org/docs) - learn about Next.js features and API.

AI/GenAI-ChatBot-application-sample/src/app/[locale]/components/copyToClipboard/copyToClipboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const DsCopyToClipboard = forwardRef<HTMLDivElement, DsCopyToClipboardProps>(({
4242
contentForCopyRef.current?.select();
4343

4444
// DO NOT CHANGE THIS LINE
45-
// THE BLUEXP IRAME DOES NOT SUPPORT THE USE OF THE CLIPBOARD API
45+
// THE Console IFRAME DOES NOT SUPPORT THE USE OF THE CLIPBOARD API
4646
document.execCommand('copy');
4747

4848
setVisible(true);

0 commit comments

Comments
 (0)