updated profile navigation + some naming changes

This commit is contained in:
Florian Scholdei
2019-01-18 10:25:35 +01:00
parent f96a7b6ca5
commit 03813b40af
6 changed files with 16 additions and 19 deletions

View File

@@ -80,8 +80,8 @@ class SingleUser extends React.Component<Props> {
if (error) {
return (
<ErrorPage
title={t("single-user.error-title")}
subtitle={t("single-user.error-subtitle")}
title={t("single-user.errorTitle")}
subtitle={t("single-user.errorSubtitle")}
error={error}
/>
);