Skip to content
This repository has been archived by the owner on Dec 8, 2018. It is now read-only.

Commit

Permalink
Update welcome page text from ASP.NET vnext to 5
Browse files Browse the repository at this point in the history
Fixes: #82
  • Loading branch information
Praburaj committed Mar 16, 2015
1 parent b879f4a commit 7a245eb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Microsoft.AspNet.Diagnostics.Entity/Strings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
<value>A database operation failed while processing the request.</value>
</data>
<data name="DatabaseErrorPage_EnableMigrationsCommandsInfo" xml:space="preserve">
<value>To use migrations from a command prompt you will need to &lt;a href='http://go.microsoft.com/fwlink/?LinkId=518242'&gt;install K Version Manager (KVM)&lt;/a&gt;. Once installed, you can run migration commands from a standard command prompt in the project directory.</value>
<value>To use migrations from a command prompt you will need to &lt;a href='http://go.microsoft.com/fwlink/?LinkId=518242'&gt;install .NET Version Manager (dnvm)&lt;/a&gt;. Once installed, you can run migration commands from a standard command prompt in the project directory.</value>
</data>
<data name="DatabaseErrorPage_AttemptingToMatchException" xml:space="preserve">
<value>{0} occurred, checking if Entity Framework recorded this exception as resulting from a failed database operation.</value>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/Microsoft.AspNet.Diagnostics/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
<value>Welcome</value>
</data>
<data name="WelcomeLearnMicrosoftAspNet" xml:space="preserve">
<value>Learn more about the Microsoft ASP.NET vNext components</value>
<value>Learn more about the Microsoft ASP.NET 5 components</value>
</data>
<data name="WelcomePageImageText_Browser" xml:space="preserve">
<value>Browser</value>
Expand All @@ -225,10 +225,10 @@
<value>Skyline</value>
</data>
<data name="WelcomeStarted" xml:space="preserve">
<value>Your ASP.NET vNext application has been successfully started</value>
<value>Your ASP.NET 5 application has been successfully started</value>
</data>
<data name="WelcomeTitle" xml:space="preserve">
<value>Your ASP.NET vNext application has been successfully started.</value>
<value>Your ASP.NET 5 application has been successfully started.</value>
</data>
<data name="ErrorPageHtml_CompilationException" xml:space="preserve">
<value>An error occurred during the compilation of a resource required to process this request. Please review the following specific error details and modify your source code appropriately.</value>
Expand Down

0 comments on commit 7a245eb

Please sign in to comment.