We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0c7a23 commit dbaea95Copy full SHA for dbaea95
1 file changed
resources/js/Helpers/labels.js
@@ -60,11 +60,11 @@ export const difficultiesObject = [
60
];
61
62
export const difficultyLabels = {
63
- general: "Anyone (non-technical, general audience)",
64
- introduction: "Introductory (beginners, first exposure)",
65
- practical: "Practical (technical, industry-focused)",
66
- advanced: "Advanced (complex systems, deeper dives)",
67
- academic: "Academic (research-heavy, theoretical)",
+ general: "Anyone",
+ introduction: "Introductory",
+ practical: "Practical",
+ advanced: "Advanced",
+ academic: "Academic",
68
};
69
70
export const getPricingLabel = (pricing) => pricingLabels[pricing] || "Unknown";
0 commit comments