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

@@ -101,7 +101,7 @@ class BranchRoot extends React.Component<Props> {
if (repository._links.branches) {
return (
<BranchSelector
label={t("branch-selector.label")}
label={t("changesets.branchSelectorLabel")}
branches={branches}
selectedBranch={selected}
selected={(b: Branch) => {