Skip to content

Commit 73c5126

Browse files
authored
docs(ui5-ai-button): improve pattern based on design feedback (#11835)
Reworded the dialog in the AI Regenerate pattern based on designer feedback. Previously: > Do you wish to proceed? Now: > Do you want to continue?
1 parent 6680eb6 commit 73c5126

File tree

1 file changed

+1
-1
lines changed
  • packages/website/docs/_samples/patterns/AIRegenerate/Basic

1 file changed

+1
-1
lines changed

packages/website/docs/_samples/patterns/AIRegenerate/Basic/sample.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<ui5-dialog id="dialog" state="Critical" header-text="Warning">
7070
<ui5-text>
7171
Regenerating will overwrite all fields with AI-generated content.<br>
72-
Do you wish to proceed?
72+
Do you want to continue?
7373
</ui5-text>
7474
<ui5-checkbox id="checkbox" style="margin-inline-start: -0.625rem;" text="Don't show this message again"></ui5-checkbox>
7575
<div slot="footer" class="dialog-footer">

0 commit comments

Comments
 (0)