chore(typo): seperate -> separate

fix #316
This commit is contained in:
Tom Wheeler
2026-01-06 19:09:43 +13:00
parent 4541ea145c
commit 2e1c84787c
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1416,7 +1416,7 @@
"pages.dashboardDescription": "Overview of your Agregarr statistics and collection performance",
"pages.dashboardTitle": "Dashboard",
"pages.errormessagewithcode": "{statusCode} - {error}",
"pages.homeDescription": "Collections and Hubs on the Home screen. Ordering is shared between Home and Recommended views, but can have seperate visibility settings.",
"pages.homeDescription": "Collections and Hubs on the Home screen. Ordering is shared between Home and Recommended views, but can have separate visibility settings.",
"pages.homeTitle": "Home",
"pages.internalservererror": "Internal Server Error",
"pages.libraryDescription": "Collections in the Library tab. Ordering in the Library tabs can be independent from the Home/Recommended views.",
@@ -1426,7 +1426,7 @@
"pages.pagenotfound": "Page Not Found",
"pages.posters": "Posters",
"pages.postersDescription": "Manage poster templates and saved posters",
"pages.recommendedDescription": "Collections and Hubs in the Recommended tabs. Ordering is shared between Home and Recommended views, but can have seperate visibility setings.",
"pages.recommendedDescription": "Collections and Hubs in the Recommended tabs. Ordering is shared between Home and Recommended views, but can have separate visibility setings.",
"pages.recommendedTitle": "Recommended",
"pages.returnHome": "Return Home",
"pages.serviceunavailable": "Service Unavailable",
+1 -1
View File
@@ -8,7 +8,7 @@ import { defineMessages, useIntl } from 'react-intl';
const messages = defineMessages({
homeTitle: 'Home',
homeDescription:
'Collections and Hubs on the Home screen. Ordering is shared between Home and Recommended views, but can have seperate visibility settings.',
'Collections and Hubs on the Home screen. Ordering is shared between Home and Recommended views, but can have separate visibility settings.',
});
const Index: NextPage = () => {
+1 -1
View File
@@ -8,7 +8,7 @@ import { defineMessages, useIntl } from 'react-intl';
const messages = defineMessages({
recommendedTitle: 'Recommended',
recommendedDescription:
'Collections and Hubs in the Recommended tabs. Ordering is shared between Home and Recommended views, but can have seperate visibility setings.',
'Collections and Hubs in the Recommended tabs. Ordering is shared between Home and Recommended views, but can have separate visibility setings.',
noCollections: 'No recommended collections configured yet',
});