|
@@ -11,7 +11,7 @@ const DuplicatedAlert = (props) => {
|
|
|
return (
|
|
return (
|
|
|
<div className="alert alert-success py-3 px-4">
|
|
<div className="alert alert-success py-3 px-4">
|
|
|
<strong>
|
|
<strong>
|
|
|
- { t('Duplicated') }:{t('page_page.notice.duplicated')} <code>{fromPath}</code> {t('page_page.notice.duplicated_period')}
|
|
|
|
|
|
|
+ { t('Duplicated') }: {t('page_page.notice.duplicated')} <code>{fromPath}</code> {t('page_page.notice.duplicated_period')}
|
|
|
</strong>
|
|
</strong>
|
|
|
</div>
|
|
</div>
|
|
|
);
|
|
);
|