Skip to content

Commit

Permalink
Issue #53: Mention iOS in milestones table header
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalchevrel committed Feb 20, 2024
1 parent 88daf9c commit 61c5c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/templates/future_release.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@

<table class="table table-light table-striped table-sm w-50 justify-content-center mt-4">
<tr>
<th colspan="2" class="text-center table-warning">Milestones<br><small class="fw-normal">Desktop & Android</small></th>
<th colspan="2" class="text-center table-warning">Milestones<br><small class="fw-normal">Desktop, Android & iOS</small></th>
</tr>
{% for key, value in cycle_dates %}
{% if key != 'version' %}
Expand Down

0 comments on commit 61c5c58

Please sign in to comment.