chore: replace all "favourite" with "favorite" (#927)

This commit is contained in:
JimmFly
2023-02-09 15:46:59 +08:00
committed by GitHub
parent 2fd4dc5201
commit 718322ec65
13 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ test.describe('Local first delete page', () => {
// show empty tip
expect(
page.getByText(
'Tips: Click Add to Favourites/Trash and the page will appear here.'
'Tips: Click Add to Favorites/Trash and the page will appear here.'
)
).not.toBeUndefined();
});