From b48b8467fb819b734e85bdfe3465c4a0b2d9d6b2 Mon Sep 17 00:00:00 2001 From: Anthony Geourjon <anthony.geourjon@tetras-libre.fr> Date: Thu, 2 Mar 2023 17:01:29 +0100 Subject: [PATCH] Update wording --- src/components/AnnotationManifestsAccordion.js | 2 +- src/locales/en/translation.json | 3 ++- src/locales/fr/translation.json | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/AnnotationManifestsAccordion.js b/src/components/AnnotationManifestsAccordion.js index 95cb2f11e..d12d47212 100644 --- a/src/components/AnnotationManifestsAccordion.js +++ b/src/components/AnnotationManifestsAccordion.js @@ -127,7 +127,7 @@ export class AnnotationManifestsAccordion extends Component { this.handleOpenManifestSideToSide(e, manifest.id); }} > - {t('openInCompanionWindow')} + {t('open')} </Button> </Tooltip> </CardActions> diff --git a/src/locales/en/translation.json b/src/locales/en/translation.json index 43e937a30..b0f88dbeb 100644 --- a/src/locales/en/translation.json +++ b/src/locales/en/translation.json @@ -81,7 +81,7 @@ "login": "Log in", "logout": "Log out", "manifestError": "The resource cannot be added:", - "manifestFound": "Manifests found:", + "manifestFound": "Details", "maximizeWindow": "Maximize window", "minimizeWindow": "Minimize window", "mirador": "Mirador", @@ -100,6 +100,7 @@ "numItems_one": "{{number}} item", "numItems_other": "{{number}} items", "off": "Off", + "open": "Open", "openCompanionWindow_annotations": "Annotations", "openCompanionWindow_attribution": "Rights", "openCompanionWindow_canvas": "Index", diff --git a/src/locales/fr/translation.json b/src/locales/fr/translation.json index 7ff8bc8d4..d835bed0d 100644 --- a/src/locales/fr/translation.json +++ b/src/locales/fr/translation.json @@ -78,7 +78,7 @@ "login": "Se connecter", "logout": "Se déconnecter", "manifestError": "Cette ressource ne peut pas être ajoutée :", - "manifestFound": "Manifestes trouvés:", + "manifestFound": "Détails", "maximizeWindow": "Agrandir cette fenêtre", "minimizeWindow": "Réduire cette fenêtre", "mirador": "Mirador", @@ -96,6 +96,7 @@ "numItems_one": "{{number}} image", "numItems_other": "{{number}} images", "off": "aucun", + "open": "Ouvrir", "openCompanionWindow_annotations": "Annotations", "openCompanionWindow_attribution": "Droits", "openCompanionWindow_canvas": "Index", -- GitLab