Skip to content

Commit

Permalink
Fixes bookmarklet label when dragged to browser toolbar.
Browse files Browse the repository at this point in the history
  • Loading branch information
kalvn committed Sep 5, 2020
1 parent 01dfef8 commit be61ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions material/tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ <h2 class="mtm">Bookmarklet</h2>
);
}
)();">
<img src="{$asset_path}/dist/img/tools/star-circle.png#" alt="Favicon" /> {'Shaare link'|t}
<img src="{$asset_path}/dist/img/tools/star-circle.png#" alt="" /> {'Shaare link'|t}
</a>
</div>
<div class="col-xs-6 text-center">
Expand All @@ -164,7 +164,7 @@ <h2 class="mtm">Bookmarklet</h2>
);
}
)();">
<img src="{$asset_path}/dist/img/tools/star-circle.png#" alt="Favicon" /> {'Add Note'|t}
<img src="{$asset_path}/dist/img/tools/star-circle.png#" alt="" /> {'Add Note'|t}
</a>
</div>
</div>
Expand Down

0 comments on commit be61ff6

Please sign in to comment.