Skip to content

Commit

Permalink
nit: makes text more concise
Browse files Browse the repository at this point in the history
  • Loading branch information
ajeety4 committed Feb 6, 2025
1 parent ed0667e commit da477b7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
class="btn btn-default form-control"
>
<i class="fa fa-lock"></i>
{% trans "Lock Map for Me" %}
{% trans "Lock Map" %}
</button>
<button
data-bind="visible: groupsLocked(), click: toggleGroupLock"
class="btn btn-primary form-control"
>
<i class="fa fa-unlock"></i>
{% trans "Unlock Map for Me" %}
{% trans "Unlock Map" %}
</button>
</div>
</span>
Expand Down

0 comments on commit da477b7

Please sign in to comment.