mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 17:56:17 +01:00
Small improvements on export information
This commit is contained in:
@@ -26,7 +26,7 @@ import {
|
||||
Button,
|
||||
ButtonGroup,
|
||||
Checkbox,
|
||||
DateShort,
|
||||
DateFromNow,
|
||||
ErrorNotification,
|
||||
InputField,
|
||||
Level,
|
||||
@@ -65,7 +65,7 @@ const ExportInfoBox: FC<{ exportInfo: ExportInfo }> = ({ exportInfo }) => {
|
||||
<p>{t("export.exportInfo.exporter", { username: exportInfo.exporterName })}</p>
|
||||
<p>
|
||||
{t("export.exportInfo.created")}
|
||||
<DateShort date={exportInfo.created} />
|
||||
<DateFromNow date={exportInfo.created} />
|
||||
</p>
|
||||
<br />
|
||||
<p>{exportInfo.withMetadata ? t("export.exportInfo.repositoryArchive") : t("export.exportInfo.repository")}</p>
|
||||
|
||||
Reference in New Issue
Block a user