lang file anpassen + refactoring

This commit is contained in:
Florian Scholdei
2019-01-23 11:14:30 +01:00
parent cb5e74e791
commit ff3044c365
22 changed files with 326 additions and 357 deletions

View File

@@ -47,8 +47,8 @@ class AddUser extends React.Component<Props> {
return (
<Page
title={t("add-user.title")}
subtitle={t("add-user.subtitle")}
title={t("addUser.title")}
subtitle={t("addUser.subtitle")}
error={error}
showContentOnError={true}
>