We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 481fc12 commit 5e926abCopy full SHA for 5e926ab
1 file changed
app/components/ColumnPicker.vue
@@ -54,6 +54,7 @@ const columnLabels = computed(() => ({
54
maintenanceScore: $t('filters.columns.maintenance_score'),
55
combinedScore: $t('filters.columns.combined_score'),
56
security: $t('filters.columns.security'),
57
+ selection: $t('filters.columns.selection'),
58
}))
59
60
function getColumnLabel(id: ColumnId): string {
0 commit comments