Fix invalid accessor for method.
parent
3da02f1546
commit
f7d8ae2b13
|
@ -55,7 +55,7 @@ export default class EmbeddedPage extends React.PureComponent<IProps, IState> {
|
|||
};
|
||||
}
|
||||
|
||||
private translate(s: string): string {
|
||||
protected translate(s: string): string {
|
||||
// default implementation - skins may wish to extend this
|
||||
return sanitizeHtml(_t(s));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue