Files
homarr/public/locales/en/settings/customization/page-appearance.json
2023-02-24 22:15:33 +01:00

31 lines
752 B
JSON

{
"pageTitle": {
"label": "Page Title",
"description": "The dashboard title at the top left"
},
"metaTitle": {
"label": "Meta Title",
"description": "The title displayed in your browser tab"
},
"logo": {
"label": "Logo",
"description": "The logo displayed at the top left"
},
"favicon": {
"label": "Favicon",
"description": "The icon displayed in your browser tab"
},
"background": {
"label": "Background"
},
"customCSS": {
"label": "Custom CSS",
"description": "Further, customize your dashboard using CSS, only recommended for experienced users",
"placeholder": "Custom CSS will be applied last",
"applying": "Applying CSS..."
},
"buttons": {
"submit": "Submit"
}
}