Skip to content

Commit 9a1bec9

Browse files
committed
labels
1 parent 56418be commit 9a1bec9

File tree

2 files changed

+2
-2
lines changed
  • src/country_workspace

2 files changed

+2
-2
lines changed

src/country_workspace/web/templates/debug_toolbar/panels/cache.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h4>store</h4>
5656
<th>{% translate "time" %}</th>
5757
<th>{% translate "key" %}</th>
5858
<th>{% translate "Office" %}</th>
59-
<th>{% translate "Program" %}</th>
59+
<th>{% translate "Programme" %}</th>
6060
<th>{% translate "path" %}</th>
6161
</tr>
6262
</thead>

src/country_workspace/workspaces/templates/workspace/_base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<a class="flex w-full px-4"
3232
href="{% url "workspace:workspaces_countryprogram_change" active_program.pk %}">
3333
<span class="flex text-2xl pt-2 pr-4 icon icon-equalizer"></span>
34-
<div class="flex-grow pt-3 display-open">{% translate "Program" %}</div>
34+
<div class="flex-grow pt-3 display-open">{% translate "Programme" %}</div>
3535
</a>
3636
</li>
3737
<li class="{% if modeladmin_name == 'CountryHouseholdAdmin' %}selected{% endif %}">

0 commit comments

Comments
 (0)