Skip to content

Commit

Permalink
Runtime string updates (#3206)
Browse files Browse the repository at this point in the history
  • Loading branch information
Allison Gruninger committed Sep 21, 2018
1 parent 9277b22 commit 36099f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class FunctionNewComponent extends FunctionAppContextComponent implements

public possibleRuntimes: DropDownElement<string>[] =
[{
displayLabel: 'C#',
displayLabel: '.NET',
value: 'dotnet',
},
{
Expand Down
2 changes: 1 addition & 1 deletion client/src/app/site/quickstart/quickstart.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class QuickstartComponent extends FunctionAppContextComponent implements
public runtime: string;
public possibleRuntimes: DropDownElement<string>[] =
[{
displayLabel: 'C#',
displayLabel: '.NET',
value: 'dotnet',
},
{
Expand Down

0 comments on commit 36099f1

Please sign in to comment.