2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 21:15:41 +00:00

Fix spelling of InvenTree in code base ()

* fix spelling of InvenTree in code

* fix spelling in frontend
This commit is contained in:
Matthias Mair
2024-11-25 22:29:47 +01:00
committed by GitHub
parent 0fa7ed2742
commit 0f194af585
18 changed files with 24 additions and 24 deletions

@ -38,7 +38,7 @@ export function getActions(navigate: NavigateFunction) {
{
id: 'server-info',
label: t`Server Information`,
description: t`About this Inventree instance`,
description: t`About this InvenTree instance`,
onClick: () => serverInfo(),
leftSection: <IconLink size='1.2rem' />
},

@ -115,7 +115,7 @@ export function AboutLinks(): MenuLinkItem[] {
{
id: 'instance',
title: t`System Information`,
description: t`About this Inventree instance`,
description: t`About this InvenTree instance`,
icon: 'info',
action: serverInfo
},

@ -92,7 +92,7 @@ export interface SettingChoice {
}
export enum SettingTyp {
Inventree = 'inventree',
InvenTree = 'inventree',
Plugin = 'plugin',
User = 'user',
Notification = 'notification'

@ -8,7 +8,7 @@ test('Modals as admin', async ({ page }) => {
await page.getByLabel('open-spotlight').click();
await page
.getByRole('button', {
name: 'Server Information About this Inventree instance'
name: 'Server Information About this InvenTree instance'
})
.click();
await page.getByRole('cell', { name: 'Instance Name' }).waitFor();

@ -49,7 +49,7 @@ test('Quick Command - No Keys', async ({ page }) => {
await page.getByLabel('open-spotlight').click();
await page
.getByRole('button', {
name: 'Server Information About this Inventree instance'
name: 'Server Information About this InvenTree instance'
})
.click();
await page.getByRole('cell', { name: 'Instance Name' }).waitFor();