MCPcopy 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

renderMethod · 0.95

Calls 1

tMethod · 0.80

Tested by

no test coverage detected