Skip to content

Commit 439c5e4

Browse files
authored
Merge pull request #320 from TaloDev/develop
Release 0.41.0
2 parents dd496b2 + 80c4dfe commit 439c5e4

25 files changed

+612
-120
lines changed

cypress/e2e/pages/Billing.spec.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ describe('Billing', () => {
8282
cy.findByText('Team plan usage').should('exist')
8383
cy.findByText('Team plan proration').should('exist')
8484
cy.findByText('13 Jul 2022 - 12 Aug 2022').should('exist')
85-
cy.findByText('Business plan usage').should('exist')
85+
cy.findByText('Studio plan usage').should('exist')
8686

8787
cy.findByTestId('confirm-plan-change').click()
8888
cy.findByText('Confirm plan change').should('not.exist')

cypress/e2e/pages/Register.spec.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ describe('Register', () => {
1111
cy.findByText('Register here').click()
1212

1313
cy.findByText('Let\'s get started').should('exist')
14-
cy.findByLabelText('Team name').type('Sleepy Studios')
14+
cy.findByLabelText('Team or studio name').type('Sleepy Studios')
1515
cy.findByLabelText('Username').type('sleepy')
1616
cy.findByLabelText('Email').type('admin@trytalo.com')
1717
cy.findByLabelText('Password').type('password')

cypress/fixtures/responses/billing/invoice.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"start": 1657670400,
2626
"end": 1660345199
2727
},
28-
"description": "Business plan usage",
28+
"description": "Studio plan usage",
2929
"amount": 8000
3030
}
3131
],

cypress/fixtures/responses/billing/plans.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"trackedMonthly": true
9696
}
9797
],
98-
"name": "Business Plan",
98+
"name": "Studio Plan",
9999
"prices": [
100100
{
101101
"amount": 1999,

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" />
55
<link rel="icon" href="/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
7-
<meta name="description" content="Talo is an open source, self-hostable backend for your games. Manage players, track events and persist data across sessions with our Unity SDK." />
7+
<meta name="description" content="Talo is an open source, self-hostable backend for your games. Manage players, leaderboards and stats with our Godot plugin and Unity package." />
88
<title>Talo Dashboard</title>
99
</head>
1010
<body>

0 commit comments

Comments
 (0)