mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
M #~: Add better description when no user's labels (#2193)
This commit is contained in:
parent
d959e813ae
commit
72a5e6d3ed
@ -305,6 +305,7 @@ module.exports = {
|
||||
LabelAlreadyExists: 'Label already exists',
|
||||
PressToCreateLabel: 'Press enter to create a new label',
|
||||
SavesInTheUserTemplate: "Saved in the User's template",
|
||||
NoLabelsOnList: 'You have not defined any labels, list is empty',
|
||||
|
||||
/* sections - system */
|
||||
User: 'User',
|
||||
|
@ -123,7 +123,7 @@ const Settings = () => {
|
||||
<Stack height={1} gap="0.5rem" p="0.5rem" overflow="auto">
|
||||
{labels.length === 0 && (
|
||||
<Typography variant="subtitle2">
|
||||
<Translate word={T.NoLabels} />
|
||||
<Translate word={T.NoLabelsOnList} />
|
||||
</Typography>
|
||||
)}
|
||||
{result?.map((label) => (
|
||||
|
Loading…
x
Reference in New Issue
Block a user