Skip to content

Commit

Permalink
Moves the stray "e" back to "mobile"
Browse files Browse the repository at this point in the history
  • Loading branch information
mouse-reeve authored Apr 7, 2023
1 parent 3592281 commit a8235fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bookwyrm/templates/settings/dashboard/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h3>{% trans "Total users" %}</h3>
<p class="title is-5">{{ users|intcomma }}</p>
</div>
</div>
<div class="column is-3-desktop is-6-mobil is-flex">
<div class="column is-3-desktop is-6-mobile is-flex">
<div class="notification is-flex-grow-1">
<h3>{% trans "Active this month" %}</h3>
<p class="title is-5">{{ active_users|intcomma }}</p>
Expand Down

0 comments on commit a8235fc

Please sign in to comment.