1
Fork 0
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:
Steffo 2021-05-15 17:20:47 +02:00
parent 8df43b5693
commit 7b811a205f
Signed by: steffo
GPG key ID: 6965406171929D01
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ export default function BoxRepositoriesActive({
}
return (
<BoxFullScrollable header={"Le tue repository attive"} {...props}>
<BoxFullScrollable header={"Repository attivi"} {...props}>
{contents}
</BoxFullScrollable>
)

View file

@ -50,7 +50,7 @@ export default function BoxRepositoriesArchived({
}
return (
<BoxFullScrollable header={"Le tue repository archiviate"} {...props}>
<BoxFullScrollable header={"Repository archiviati"} {...props}>
{contents}
</BoxFullScrollable>
)