Skip to content

Commit

Permalink
Merge pull request ethereum#2612 from ethereum/yann300-patch-5
Browse files Browse the repository at this point in the history
update label for given permission
  • Loading branch information
yann300 authored Mar 4, 2020
2 parents 6b65cac + ca2c5ed commit 14a6f45
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/components/plugin-manager-settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ const css = csjs`
.checkbox label {
margin: 0;
font-size: 1rem;
}`
}
`

export class PluginManagerSettings {

Expand Down Expand Up @@ -89,7 +90,7 @@ export class PluginManagerSettings {
<div class="form-group ${css.permissionKey}">
<div class="${css.checkbox}">
${checkbox}
<label for="permission-${name}" data-id="pluginManagerSettingsPermission${name}">Allow plugin ${name} to write on ${key}</label>
<label for="permission-${name}" data-id="pluginManagerSettingsPermission${name}">Allow <u>${name}</u> to access <u>${key}</u></label>
</div>
<i onclick="${() => this.clearPersmission(key, name)}" class="fa fa-trash-alt" data-id="pluginManagerSettingsRemovePermission${name}"></i>
</div>`
Expand Down

0 comments on commit 14a6f45

Please sign in to comment.