Customize login text
The following screenshot shows the Abiquo default login screen.
Default login screen
You can customize the text on the login screen for each language in the UI labels file.
To change the login text:
Edit the
lang_en_US_custom.json
file in the/var/www/html/ui/lang
folder. For more details, see Abiquo UI client language configurationTo customize the title text of
Hi, welcome to Abiquo
, add thelogin.welcome.title
label and set your value.To customize the comment text of
All clouds, one platform, ...
, add thelogin.welcome.text
label and set your value.
For example:
{
...
"login.welcome.title": "Welcome",
"login.welcome.text": "Get control of your hybrid cloud! =)"
...
}
The following screenshot shows the customized login text.
Customized login text
Copyright © 2006-2024, Abiquo Holdings SL. All rights reserved