Skip to content

Commit

Permalink
fix: example sub conds
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed May 31, 2024
1 parent 907c408 commit f1c2188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/sub-details.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function loadSubDetailsByExample(exampleName) {
}
case "japanese": {
document.getElementById("description").value = "In Japanese language";
addConditionText(false, "language","ja 'ja-JP'", false);
addConditionText(false, "language","ja ja-JP", false);
document.getElementById("sub-discover-sources").checked = false;
break;
}
Expand Down

0 comments on commit f1c2188

Please sign in to comment.