Skip to content

Commit 36968b2

Browse files
committed
🔖 v5.3.3
1 parent 2ef8bd8 commit 36968b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ProjectKanbanView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9811,7 +9811,7 @@ export class ProjectKanbanView {
98119811
// Use valid <span> tags (no stray spaces in tag names), and keep layout compact
98129812
button.innerHTML = `
98139813
<span style="font-size: 16px; margin-right: 8px;">${option.icon}</span>
9814-
<span>${option.label} (${order === 'asc' ? i18n('ascendingOrder') + '↑' : i18n('descendingOrder') + '↓'})</span>
9814+
<span>${option.label} (${order === 'asc' ? i18n('ascendingOrder') : i18n('descendingOrder')})</span>
98159815
`;
98169816
button.addEventListener('click', async () => {
98179817
this.currentSort = option.key;

0 commit comments

Comments
 (0)