Commit 63826302 by Chris Rodriguez

Hotfix for tabs

parent 0332ebea
......@@ -140,16 +140,7 @@
url: 'my-teams',
view: this.myTeamsView
}, {
title: HtmlUtils.interpolateHtml(
// Translators: sr_start and sr_end surround text meant only for screen readers.
// The whole string will be shown to users as "Browse teams" if they are using a
// screenreader, and "Browse" otherwise.
gettext('Browse {sr_start} teams {sr_end}'),
{
sr_start: HtmlUtils.HTML('<span class="sr">'),
sr_end: HtmlUtils.HTML('</span>')
}
),
title: gettext('Browse'),
url: 'browse',
view: this.topicsView
}],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment