mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-21 20:44:18 +00:00
🇮🇹 Small changes to translation
This commit is contained in:
parent
b4e7066d6d
commit
364e4c2727
1 changed files with 2 additions and 2 deletions
|
@ -21,10 +21,10 @@ export default function BoxLoggedIn({ ...props }) {
|
|||
const history = useHistory()
|
||||
|
||||
return (
|
||||
<BoxFull header={"Acceduto"} {...props}>
|
||||
<BoxFull header={"Effettuato l'accesso"} {...props}>
|
||||
<div className={Style.BoxLoggedInContents}>
|
||||
<div>
|
||||
Al momento sei acceduto su <CurrentServer/> come <LoggedInUser/>.
|
||||
Al momento hai effettuato l'accesso su <CurrentServer/> come <LoggedInUser/>.
|
||||
</div>
|
||||
<div>
|
||||
<Button
|
||||
|
|
Loading…
Reference in a new issue