mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 22:45:45 +01:00
added subtitle for git config
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import React from "react";
|
||||
|
||||
import {apiClient, BranchSelector, ErrorPage, Loading, SubmitButton} from "@scm-manager/ui-components";
|
||||
import {apiClient, BranchSelector, ErrorPage, Loading, Subtitle, SubmitButton} from "@scm-manager/ui-components";
|
||||
import type {Branch, Repository} from "@scm-manager/ui-types";
|
||||
import {translate} from "react-i18next";
|
||||
|
||||
@@ -113,6 +113,7 @@ class RepositoryConfig extends React.Component<Props, State> {
|
||||
if (!(loadingBranches || loadingDefaultBranch)) {
|
||||
return (
|
||||
<>
|
||||
<Subtitle subtitle={t("scm-git-plugin.repo-config.title")}/>
|
||||
{this.renderBranchChangedNotification()}
|
||||
<form onSubmit={this.submit}>
|
||||
<BranchSelector
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
},
|
||||
"repo-config": {
|
||||
"link": "Konfiguration",
|
||||
"title": "Git Einstellungen",
|
||||
"default-branch": "Standard Branch",
|
||||
"submit": "Speichern",
|
||||
"error": {
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
},
|
||||
"repo-config": {
|
||||
"link": "Configuration",
|
||||
"title": "Git Settings",
|
||||
"default-branch": "Default branch",
|
||||
"submit": "Submit",
|
||||
"error": {
|
||||
|
||||
Reference in New Issue
Block a user