mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 04:54:18 +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 (
|
||||
<BoxFullScrollable header={"Le tue repository attive"} {...props}>
|
||||
<BoxFullScrollable header={"Repository attivi"} {...props}>
|
||||
{contents}
|
||||
</BoxFullScrollable>
|
||||
)
|
||||
|
|
|
@ -50,7 +50,7 @@ export default function BoxRepositoriesArchived({
|
|||
}
|
||||
|
||||
return (
|
||||
<BoxFullScrollable header={"Le tue repository archiviate"} {...props}>
|
||||
<BoxFullScrollable header={"Repository archiviati"} {...props}>
|
||||
{contents}
|
||||
</BoxFullScrollable>
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue