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 f5aaa38 commit 81eb632Copy full SHA for 81eb632
1 file changed
assets/js/scutter.js
@@ -36,19 +36,19 @@ var _d3;
36
return d;
37
}
38
if (d <= 1.5) {
39
- return "Sehr gering";
+ return "Very low";
40
41
if (d <= 2.5) {
42
- return "Gering";
+ return "Low";
43
44
if (d <= 3.5) {
45
- return "Mittel";
+ return "Medium";
46
47
if (d <= 4.5) {
48
- return "Hoch"
+ return "High"
49
50
if (d <= 5) {
51
- return "Sehr Hoch";
+ return "Very High";
52
53
return "";
54
@@ -106,4 +106,4 @@ var _d3;
106
});
107
108
109
-
+
0 commit comments