File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -160,13 +160,13 @@ export class Settings extends LitElement {
160
160
>
161
161
< option value ="" ?selected =${ this . filterFirefoxChannel === null } > All</ option >
162
162
< option value ="nightly " ?selected =${ this . filterFirefoxChannel === "nightly" }
163
- > Nightly ${ this . firefoxVersions ?. nightly } </ option
163
+ > Nightly ( ${ this . firefoxVersions ?. nightly } ) </ option
164
164
>
165
165
< option value ="beta " ?selected =${ this . filterFirefoxChannel === "beta" }
166
- > Beta ${ this . firefoxVersions ?. beta } </ option
166
+ > Beta ( ${ this . firefoxVersions ?. beta } ) </ option
167
167
>
168
168
< option value ="release " ?selected =${ this . filterFirefoxChannel === "release" }
169
- > Release ${ this . firefoxVersions ?. release } </ option
169
+ > Release ( ${ this . firefoxVersions ?. release } ) </ option
170
170
>
171
171
</ select >
172
172
You can’t perform that action at this time.
0 commit comments