mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-10-30 18:15:52 +01:00
updated profile navigation + some naming changes
This commit is contained in:
@@ -80,8 +80,8 @@ class RepositoryRoot extends React.Component<Props> {
|
||||
if (error) {
|
||||
return (
|
||||
<ErrorPage
|
||||
title={t("repository-root.error-title")}
|
||||
subtitle={t("repository-root.error-subtitle")}
|
||||
title={t("repository-root.errorTitle")}
|
||||
subtitle={t("repository-root.errorSubtitle")}
|
||||
error={error}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user