pull/1/head
Grandschtroumpf 6 years ago committed by François
parent b68387ea52
commit a2fdf12aa6
  1. 2
      src/persmission-handler.js

@ -23,7 +23,7 @@ const css = csjs`
}
`
function notAllowWarning(from, to) {
function notAllowWarning (from, to) {
return `${from.displayName || from.name} is not allowed to call ${to.displayName || to.name}.`
}

Loading…
Cancel
Save