Skip to content

Commit 659f910

Browse files
committed
adjust programme menu label
1 parent 67bd12d commit 659f910

File tree

1 file changed

+1
-1
lines changed
  • src/country_workspace/workspaces

1 file changed

+1
-1
lines changed

src/country_workspace/workspaces/sites.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def get_menu_items(self, request: "HttpRequest") -> list[dict[str, Any]]:
199199
bg = program.beneficiary_group
200200
items.append(
201201
{
202-
"name": program._meta.verbose_name_plural,
202+
"name": program._meta.verbose_name,
203203
"url": reverse("workspace:workspaces_countryprogram_change", args=[program.pk]),
204204
"icon": "icon-equalizer",
205205
"selected": getattr(self, "modeladmin_name", None) == "CountryProgramAdmin",

0 commit comments

Comments
 (0)