Small typo

This commit is contained in:
Florian Scholdei
2019-12-19 15:06:33 +01:00
parent 64c84a1c96
commit 0100e290ae
4 changed files with 10 additions and 8 deletions

View File

@@ -147,7 +147,7 @@ class Content extends React.Component<Props, State> {
<td>{fileSize}</td>
</tr>
<tr>
<td>{t("sources.content.lastModified")}</td>
<td>{t("sources.content.commitDate")}</td>
<td>{date}</td>
</tr>
<tr>