fix Translationkeys

This commit is contained in:
Eduard Heimbuch
2019-05-16 08:56:17 +02:00
parent 8fbe20afd6
commit 45733db6fa

View File

@@ -60,8 +60,8 @@ class SingleRepositoryRole extends React.Component<Props> {
if (error) { if (error) {
return ( return (
<ErrorPage <ErrorPage
title={t("singleUser.errorTitle")} title={t("repositoryRole.errorTitle")}
subtitle={t("singleUser.errorSubtitle")} subtitle={t("repositoryRole.errorSubtitle")}
error={error} error={error}
/> />
);0 );0