();
const { fetchApi } = useApi();
- const { version, clientSettings, termsOfUse } = useAppSettings();
+ const { version, termsOfUse } = useAppSettings();
const { hash } = useLocation();
useEffect(() => {
@@ -62,10 +62,16 @@ export const About = () => {
{info && }
{termsOfUse && }
- {t("versionInformation")}
+ {t("api")}
- geopilot {clientSettings?.application?.name}: {version}
+ ,
+ }}
+ values={{ version }}
+ />
{t("development")} & {t("bugTracking")}