Skip to content

Commit 6a25d43

Browse files
committed
Replaced bash with Visual Basic on languages dropdown in popup.html
Resolves #11
1 parent cfe7452 commit 6a25d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ <h1>CodeTranslateAI</h1>
1212

1313
<div class="select-wrapper">
1414
<select id="language-select">
15-
<option value="Bash">Bash</option>
1615
<option value="C">C</option>
1716
<option value="Csharp">C#</option>
1817
<option value="Cpp">C++</option>
@@ -26,6 +25,7 @@ <h1>CodeTranslateAI</h1>
2625
<option value="PHP">PHP</option>
2726
<option value="Python">Python</option>
2827
<option value="Ruby">Ruby</option>
28+
<option value="VisualBasic">Visual Basic</option>
2929
</select>
3030
</div>
3131

0 commit comments

Comments
 (0)