Unverified Commit 34c11da8 authored by yann300's avatar yann300 Committed by GitHub

double quotes

parent c321f6b9
......@@ -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 ${toName}`
: `${fromName} would like to access ${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