mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 04:54: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()
|
const history = useHistory()
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<BoxFull header={"Acceduto"} {...props}>
|
<BoxFull header={"Effettuato l'accesso"} {...props}>
|
||||||
<div className={Style.BoxLoggedInContents}>
|
<div className={Style.BoxLoggedInContents}>
|
||||||
<div>
|
<div>
|
||||||
Al momento sei acceduto su <CurrentServer/> come <LoggedInUser/>.
|
Al momento hai effettuato l'accesso su <CurrentServer/> come <LoggedInUser/>.
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<Button
|
<Button
|
||||||
|
|
Loading…
Reference in a new issue