Skip to content

Commit

Permalink
Orchard Framework -> Orchard Core (#11040)
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamco authored Jan 20, 2022
1 parent 556e1a5 commit 7ea20ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/OrchardCore.Themes/TheTheme/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="message message-success">
<h4>@T["Welcome to the Orchard Framework, your site has been successfully set up."]</h4>
<h4>@T["Welcome to Orchard Core, your site has been successfully set up."]</h4>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe('SaaS Recipe test', function () {

it('Displays the home page of the SaaS theme', function(){
cy.visit(`${tenant.prefix}`);
cy.get('h4').should('contain.text', 'Welcome to the Orchard Framework, your site has been successfully set up.');
cy.get('h4').should('contain.text', 'Welcome to Orchard Core, your site has been successfully set up.');
})

it('SaaS admin login should work', function(){
Expand Down

0 comments on commit 7ea20ad

Please sign in to comment.