You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: knowledge-base/button-change-confirm-dialog-buttons-text.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ res_type: kb
25
25
The article shows how to change the text of the Ok and Cancel buttons of the RadButton Confirm dialog to Yes and No.
26
26
27
27
## 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).
29
29
30
30
You need to register RadWindowManager and override [its ConfirmTemplate]({%slug window/alert,-confirm,-prompt-dialogs/how-to-change-the-dialog-templates%}) as shown below:
0 commit comments