add breadcrumb to navigation

This commit is contained in:
proddy
2024-11-24 13:05:38 +01:00
parent 5c60ea9c15
commit d47b3b9276
12 changed files with 43 additions and 26 deletions

View File

@@ -121,7 +121,7 @@ const ApplicationSettings = () => {
});
};
useLayoutTitle(LL.SETTINGS_OF(LL.APPLICATION()));
useLayoutTitle(LL.APPLICATION());
const SecondsInputProps = {
endAdornment: <InputAdornment position="end">{LL.SECONDS()}</InputAdornment>