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

@@ -90,7 +90,7 @@ class Overview extends React.Component<Props> {
if (showCreateButton) {
return (
<CreateButton
label={t("overview.create-button")}
label={t("overview.createButton")}
link="/repos/create"
/>
);