Browse Source

Update graph avatar settings label to be clearer

main
Ramin Tadayon 2 years ago
parent
commit
5961ad4535
No known key found for this signature in database GPG Key ID: 5B90E918AEBCE7A7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/webviews/apps/settings/partials/commit-graph.html

+ 1
- 1
src/webviews/apps/settings/partials/commit-graph.html View File

@ -57,7 +57,7 @@
<div class="setting"> <div class="setting">
<div class="setting__input"> <div class="setting__input">
<input id="graph.avatars" name="graph.avatars" type="checkbox" data-setting /> <input id="graph.avatars" name="graph.avatars" type="checkbox" data-setting />
<label for="graph.avatars">Use author avatars</label>
<label for="graph.avatars">Use author and remote avatars</label>
</div> </div>
</div> </div>

Loading…
Cancel
Save