diff --git a/src/components/AnnotationManifestsAccordion.js b/src/components/AnnotationManifestsAccordion.js
index 169fb03c32a18c6cd3e521cf98321a447d3c476c..84eaa81ab63b6afc176b8deb57d5101d8728a1cc 100644
--- a/src/components/AnnotationManifestsAccordion.js
+++ b/src/components/AnnotationManifestsAccordion.js
@@ -129,7 +129,7 @@ export class AnnotationManifestsAccordion extends Component {
                     /> */}
                     <CardContent>
                       <Typography gutterBottom variant="h5" component="h2">
-                        {manifest.label ? manifest.label.en : manifest.id}
+                        { manifest.label ? manifest.label[language] : manifest.id }
                       </Typography>
                     </CardContent>
                   </CardActionArea>