mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-25 14:34:19 +00:00
✏ Improve wording
This commit is contained in:
parent
8df43b5693
commit
7b811a205f
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ export default function BoxRepositoriesActive({
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<BoxFullScrollable header={"Le tue repository attive"} {...props}>
|
<BoxFullScrollable header={"Repository attivi"} {...props}>
|
||||||
{contents}
|
{contents}
|
||||||
</BoxFullScrollable>
|
</BoxFullScrollable>
|
||||||
)
|
)
|
||||||
|
|
|
@ -50,7 +50,7 @@ export default function BoxRepositoriesArchived({
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<BoxFullScrollable header={"Le tue repository archiviate"} {...props}>
|
<BoxFullScrollable header={"Repository archiviati"} {...props}>
|
||||||
{contents}
|
{contents}
|
||||||
</BoxFullScrollable>
|
</BoxFullScrollable>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue