|
|
@@ -177,14 +177,6 @@ export const PageRevisionTable = (
|
|
|
checked={revisionId === sourceRevision?._id}
|
|
|
onChange={() => setSourceRevision(revision)}
|
|
|
/>
|
|
|
- <label
|
|
|
- className="form-label form-check-label"
|
|
|
- htmlFor={`compareSource-${revisionId}`}
|
|
|
- >
|
|
|
- <span className="visually-hidden">
|
|
|
- {t('page_history.comparing_source')}
|
|
|
- </span>
|
|
|
- </label>
|
|
|
</div>
|
|
|
)}
|
|
|
</td>
|
|
|
@@ -200,14 +192,6 @@ export const PageRevisionTable = (
|
|
|
checked={revisionId === targetRevision?._id}
|
|
|
onChange={() => setTargetRevision(revision)}
|
|
|
/>
|
|
|
- <label
|
|
|
- className="form-label form-check-label"
|
|
|
- htmlFor={`compareTarget-${revisionId}`}
|
|
|
- >
|
|
|
- <span className="visually-hidden">
|
|
|
- {t('page_history.comparing_target')}
|
|
|
- </span>
|
|
|
- </label>
|
|
|
</div>
|
|
|
)}
|
|
|
</td>
|