Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElemeFE/element-react
/ confirmButtonText
Method
confirmButtonText
src/message-box/MessageBox.jsx:41–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
}
40
41
confirmButtonText(): string {
42
return this.props.confirmButtonText || i18n.t(
'el.messagebox.confirm'
);
43
}
44
45
cancelButtonText(): string {
46
return this.props.cancelButtonText || i18n.t(
'el.messagebox.cancel'
);
Callers
1
render
Method · 0.95
Calls
1
t
Method · 0.80
Tested by
no test coverage detected