Skip to content

Commit

Permalink
CONCD-904 (#2508)
Browse files Browse the repository at this point in the history
* Removed automatic unlocking of buttons on the transcription form to fix the bug causing the save button to be unlocked when it shouldn't be

* CONCD-904 a couple more language tweaks

---------

Co-authored-by: joshuastegmaier <jstegmaier@loc.gov>
  • Loading branch information
rasarkar and joshuastegmaier authored Aug 27, 2024
1 parent 0c85922 commit 4e7e75b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions concordia/templates/account/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ <h2>My Contributions</h2>
<div class="contribution-highlight">
<div class="value">{{ user_profile_activity.count|intcomma }}</div>
<p class="label">Campaigns</p>
<p>Campaigns you've worked on</p>
<p>Projects you've worked on</p>
</div>
<div class="contribution-highlight">
<div class="value">{{ pages_worked_on|intcomma }}</div>
<p class="label">Pages Worked On</p>
<p class="label">Pages</p>
<p>Pages you've worked on</p>
</div>
<div class="contribution-highlight">
Expand Down

0 comments on commit 4e7e75b

Please sign in to comment.