Unverified Commit 5b4afb0c authored by yann300's avatar yann300 Committed by GitHub

tiny typo

"plugin" is a bit redundant
parent 6fca39fd
......@@ -143,8 +143,8 @@ export class PermissionHandler {
? yo`<input type="checkbox" onchange="${switchMode}" checkbox class="custom-control-input" id="remember">`
: yo`<input type="checkbox" onchange="${switchMode}" class="custom-control-input" id="remember">`
const message = remember
? `${fromName} has changed and would like to access the plugin ${toName}.`
: `${fromName} would like to access plugin ${toName}.`
? `${fromName} has changed and would like to access ${toName}.`
: `${fromName} would like to access ${toName}.`
return yo`
<section class="${css.permission}">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment