Skip to content

Commit 9a58795

Browse files
committed
kb(button): fix slug
1 parent da95205 commit 9a58795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/button-change-confirm-dialog-buttons-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ res_type: kb
2525
The article shows how to change the text of the Ok and Cancel buttons of the RadButton Confirm dialog to Yes and No.
2626

2727
## Solution
28-
The localization (OK and Cancel text change) can be achieved, by using [RadConfirm dialog]({%slug button/functionality/button-confirm-dialog#using-radconfirm%}) instead of the browser confirm one, since the browser's one cannot be modified (customized).
28+
The localization (OK and Cancel text change) can be achieved, by using [RadConfirm dialog]({%slug button/functionality/button-confirm-dialog%}#using-radconfirm) instead of the browser confirm one, since the browser's one cannot be modified (customized).
2929

3030
You need to register RadWindowManager and override [its ConfirmTemplate]({%slug window/alert,-confirm,-prompt-dialogs/how-to-change-the-dialog-templates%}) as shown below:
3131

0 commit comments

Comments
 (0)