refactor: retitle settings appbar to authelia settings (#4454)
parent
133f1626ab
commit
326ed60a65
|
@ -57,7 +57,7 @@ const SettingsLayout = function (props: Props) {
|
||||||
<Box sx={{ display: "flex" }}>
|
<Box sx={{ display: "flex" }}>
|
||||||
<AppBar position="fixed" sx={{ zIndex: (theme) => theme.zIndex.drawer + 1 }}>
|
<AppBar position="fixed" sx={{ zIndex: (theme) => theme.zIndex.drawer + 1 }}>
|
||||||
<Toolbar variant="dense">
|
<Toolbar variant="dense">
|
||||||
<Typography style={{ flexGrow: 1 }}>{translate("Settings")}</Typography>
|
<Typography style={{ flexGrow: 1 }}>Authelia {translate("Settings")}</Typography>
|
||||||
<Button
|
<Button
|
||||||
variant="contained"
|
variant="contained"
|
||||||
color="success"
|
color="success"
|
||||||
|
|
Loading…
Reference in New Issue