Skip to content

Commit

Permalink
language changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadia-JSch committed May 3, 2024
1 parent 86acd79 commit 34f543f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/getstarted/arrange-and-save-list-page-column-layout.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 8
import ThemedImage from '@theme/ThemedImage'
import useBaseUrl from '@docusaurus/useBaseUrl'

List pages in Device42 have the option to create a default view by rearranging the columns displayed and the sorting order of records.
Create a new default view of a list page by rearranging columns and the sorting order of records and saving the changes.

- Click the **gear icon** button on the right.

Expand Down Expand Up @@ -73,4 +73,4 @@ List pages in Device42 have the option to create a default view by rearranging t
dark: useBaseUrl('/assets/images/arrange-and-save-list-page/delete-view-dark.png'),
}}
style={{ width: '75%' }}
/>
/>
10 changes: 5 additions & 5 deletions docs/getstarted/basic-navigation-tips-for-adding-editing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl'

## List Page Buttons and Action Menu

On Device42 list pages (for example, devices, IP addresses, subnets, racks, etc.), look to the upper-right corner for buttons to quickly perform the most common action(s) on each page.
Object types in Device42 (for example, devices, IP addresses, subnets, racks, etc.) have list pages of records. List pages have buttons on the top right of common actions for that object type.

<ThemedImage
alt="Action menu and page buttons"
Expand All @@ -18,7 +18,7 @@ On Device42 list pages (for example, devices, IP addresses, subnets, racks, etc.
}}
/>

The **Action** dropdown menu contains a list of actions that can be performed in bulk for the selected items (using the checkboxes) on each list page. Click the **hammer icon** to the right of the menu bar to execute the action.
Choose an **Action** from the dropdown menu and apply it in bulk for the selected items (using the checkboxes) on each list page. Click the **hammer icon** to the right of the menu bar to execute the action.

## Required and Optional Fields

Expand All @@ -42,7 +42,7 @@ The **bold** field labels indicate required fields and all the non-bolded fields
}}
/>

You can add the corresponding relational objects directly from edit pages. Click the **magnifying glass icon** (1) to select an existing object. If the object you are looking for does not yet exist, you can create a new one (2). You can also add a new object from the first pop-up form (3).
You can add the corresponding relational objects directly from edit pages. Click the **magnifying glass icon** (1) to select an existing object. If the object you are looking for does not yet exist, you can create a new one (2). You can add new related objects from the first pop-up form (3).

<ThemedImage
alt="Add a new room"
Expand Down Expand Up @@ -70,7 +70,7 @@ You can add the corresponding relational objects directly from edit pages. Click
}}
/>

You can add line items directly from an edit page wherever it's relevant. In this example, while editing a rack, you can add devices to the rack on the edit page.
You can add line items directly from an edit page for certain fields. For example, while editing a rack, you can add devices to the rack on the edit page.

## The Save Toolbar

Expand All @@ -82,4 +82,4 @@ You can add line items directly from an edit page wherever it's relevant. In thi
}}
/>

At the bottom of the add and edit forms, you'll find the save toolbar. You can **Save** your input and view the result, **Save and continue editing the object**, or **Save and add another** object. You can also **Delete** the object from the toolbar. Don't forget to save.
The save toolbar is at the bottom of the add and edit forms. You can **Save** your input and view the result, **Save and continue editing the object**, or **Save and add another** object. You can also **Delete** the CI object from the toolbar.
6 changes: 3 additions & 3 deletions docs/infrastructure-management/accounting/purchases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import ThemedImage from '@theme/ThemedImage'
import useBaseUrl from '@docusaurus/useBaseUrl'


Device42 can track purchases of devices and assets as well as service and warranty contracts.
Device42 can track purchases of devices and assets including service and warranty contracts.

### Add a Purchase

Expand Down Expand Up @@ -75,7 +75,7 @@ Here is a full view of the both line items:

A few things to note:
1. If the **Line Type** is **Contract** a set of extra fields like **Frequency** will become available.
2. You can assign a **Cost Center** and **Customer** at either the purchase header level (applies to all line items) or at the individual line item level.
2. You can assign a **Cost Center** and **Customer** at either the purchase header level (applies to all line items) or the individual line item level.
3. You can associate the actual devices purchased with the line item. This can be done at the time of purchase or a later date.

## Reporting
Expand All @@ -86,7 +86,7 @@ If you are looking for other types of reports, see the dedicated [Reports sectio

You can generate different kinds of purchase reports. Standard Reports display data in tabular format. Advanced Reporting displays data in a tabular format (ExpressView or ExpressReport) and has options for visual items like charts, maps, gauges, and dashboards.

The [Insights+](https://www.device42.com/insights-plus/) option on the menu bar offers powerful features for interpreting your data. See the [Insights+ documentation](/reports/reports/insights-plus.mdx) for more information.
The [Insights+](https://www.device42.com/insights-plus/) option, located on the menu bar, offers powerful features for interpreting your data. See the [Insights+ documentation](/reports/reports/insights-plus.mdx) for more information.

<ThemedImage
alt="Reports menu"
Expand Down

0 comments on commit 34f543f

Please sign in to comment.