1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

M #~: Minor fix on login component (#2106)

This commit is contained in:
Sergio Betanzos 2022-05-31 10:31:54 +02:00 committed by GitHub
parent 4ca0fa5db9
commit d11d4f8348
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -200,7 +200,7 @@ const AppLinks = () => {
color="text.secondary"
padding={1}
>
<Translate word={T.TakeMeToTheAppGui} values={name} />
<Translate word={T.TakeMeToTheAppGui} values={app} />
</Link>
))
}