This commit is contained in:
yflory
2019-09-24 11:49:11 +02:00
parent d90115fbc9
commit b41fd12deb
2 changed files with 4 additions and 4 deletions

View File

@@ -2895,7 +2895,7 @@ define([
'data-value': teamId,
'href': '#'
},
content: Messages._getKey('team_pcsSelectEntry', [Util.fixHTML(t.name)])
content: Util.fixHTML(t.name)
};
});
teamOptions.unshift({