Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GRIN-Global Client
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
22
Issues
22
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
GRIN-Global
GRIN-Global Client
Commits
e59f3d96
Commit
e59f3d96
authored
Oct 15, 2020
by
Maksym Tishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed "Inventory" translation to "Inventory list"
parent
359d0805
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
packages/ui-express/locales/en/express.json
packages/ui-express/locales/en/express.json
+2
-2
packages/ui-express/src/translations.json
packages/ui-express/src/translations.json
+2
-2
packages/ui-express/src/ui/pages/Welcome.tsx
packages/ui-express/src/ui/pages/Welcome.tsx
+2
-2
No files found.
packages/ui-express/locales/en/express.json
View file @
e59f3d96
...
...
@@ -53,8 +53,8 @@
"title"
:
"Accession actions"
,
"description"
:
"Browse accession actions"
},
"inventory"
:
{
"title"
:
"Inventory"
,
"inventory
List
"
:
{
"title"
:
"Inventory
list
"
,
"description"
:
"Browse all inventory records"
},
"inventorySummary"
:
{
...
...
packages/ui-express/src/translations.json
View file @
e59f3d96
...
...
@@ -53,8 +53,8 @@
"title"
:
"Accession actions"
,
"description"
:
"Browse accession actions"
},
"inventory"
:
{
"title"
:
"Inventory"
,
"inventory
List
"
:
{
"title"
:
"Inventory
list
"
,
"description"
:
"Browse all inventory records"
},
"inventorySummary"
:
{
...
...
packages/ui-express/src/ui/pages/Welcome.tsx
View file @
e59f3d96
...
...
@@ -97,9 +97,9 @@ class WelcomePage extends React.Component<WithTranslation & WithStyles> {
<
Grid
item
xs
=
{
12
}
sm
=
{
6
}
md
=
{
4
}
lg
=
{
3
}
>
<
Link
to
=
"/inventory"
>
<
Card
className
=
{
classes
.
card
}
>
<
CardHeader
title
=
{
t
(
'
welcome.p.cards.inventory.title
'
)
}
/>
<
CardHeader
title
=
{
t
(
'
welcome.p.cards.inventory
List
.title
'
)
}
/>
<
CardContent
>
<
div
>
{
t
(
'
welcome.p.cards.inventory.description
'
)
}
</
div
>
<
div
>
{
t
(
'
welcome.p.cards.inventory
List
.description
'
)
}
</
div
>
</
CardContent
>
</
Card
>
</
Link
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment