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

@@ -118,7 +118,7 @@ class Sources extends React.Component<Props> {
<BranchSelector
branches={branches}
selectedBranch={revision}
label={t("branch-selector.label")}
label={t("changesets.branchSelectorLabel")}
selected={(b: Branch) => {
this.branchSelected(b);
}}