mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 17:05:43 +01:00
fix Translationkeys
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user