From 8322451f2677b2dd389cf1e57787b672bc973aef Mon Sep 17 00:00:00 2001 From: Donkie Date: Mon, 18 Dec 2023 21:54:52 +0100 Subject: [PATCH] Converted description translation to one line --- client/public/locales/en/common.json | 15 +-------------- client/src/pages/help/index.tsx | 1 - 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/client/public/locales/en/common.json b/client/public/locales/en/common.json index b69f3be..738e201 100644 --- a/client/public/locales/en/common.json +++ b/client/public/locales/en/common.json @@ -245,20 +245,7 @@ "spool": "Individual physical spools of a specific filament.", "vendor": "The companies that make the filament." }, - "description": [ - "Help", - "

Here are some tips to get you started.

", - "

Spoolman holds 3 different types of data:

", - "

To enter a new spool into the database, you first need to create a Filament", - "object for it. Once that is done, you can then create a Spool object for that", - "individual spool. If you then purchase additional spools of the same filament, you can just create additional", - "Spool objects, and re-use the same Filament object.

", - "

You can optionally also create a Vendor object for the company that makes the", - "filament, if you want to track that information.

", - "

You can connect other 3D printer services to Spoolman, such as Moonraker, which can then automatically track", - "filament usage and update the Spool objects for you. See the Spoolman README", - "for how to do that.

" - ] + "description": "Help

Here are some tips to get you started.

Spoolman holds 3 different types of data:

To enter a new spool into the database, you first need to create a Filamentobject for it. Once that is done, you can then create a Spool object for thatindividual spool. If you then purchase additional spools of the same filament, you can just create additionalSpool objects, and re-use the same Filament object.

You can optionally also create a Vendor object for the company that makes thefilament, if you want to track that information.

You can connect other 3D printer services to Spoolman, such as Moonraker, which can then automatically trackfilament usage and update the Spool objects for you. See the Spoolman READMEfor how to do that.

" }, "table": { "actions": "Actions" diff --git a/client/src/pages/help/index.tsx b/client/src/pages/help/index.tsx index 625be25..bc16748 100644 --- a/client/src/pages/help/index.tsx +++ b/client/src/pages/help/index.tsx @@ -34,7 +34,6 @@ export const Help: React.FC = () => { > , title: ,