rephrase now

This commit is contained in:
itsrubberduck
2025-09-20 22:19:46 +02:00
parent 4f0e10ef70
commit bbe1e2b845

View File

@@ -1542,7 +1542,7 @@ const roadmapImportanceShortLabel = (value: number) => {
1: 'No',
2: 'Meh',
3: 'Later',
4: 'Important',
4: 'Now',
5: 'Top',
}
return labels[value] || ''