Skip to content

Commit 0d60ba3

Browse files
Muhammad Faraz  MaqsoodFaraz32123
authored andcommitted
chore: rename course optimizer name in dropdown
1 parent 8594293 commit 0d60ba3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cms/templates/widgets/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ <h3 class="title"><span class="label">${_("Tools")}</span> <span class="icon fa
264264
</li>
265265
% if optimizer_enabled:
266266
<li class="nav-item">
267-
<a href="${get_optimizer_url(course_key)}">${_("Optimize Course")}</a>
267+
<a href="${get_optimizer_url(course_key)}">${_("Course Optimizer")}</a>
268268
</li>
269269
% endif
270270
</ul>

0 commit comments

Comments
 (0)