mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 21:15:41 +00:00
Fix spelling of InvenTree in code base (#8561)
* fix spelling of InvenTree in code * fix spelling in frontend
This commit is contained in:
contrib/container
docs/docs
src
backend
InvenTree
frontend
@ -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();
|
||||
|
Reference in New Issue
Block a user