diff --git a/src/common/localization/en-us.ts b/src/common/localization/en-us.ts index 9922b0e70..c734b8f10 100644 --- a/src/common/localization/en-us.ts +++ b/src/common/localization/en-us.ts @@ -453,8 +453,8 @@ export const english: IAppStrings = { additionalActions: { text: "Additional actions", subIMenuItems: { - runOcrOnCurrentDocument: "Run OCR on current document", - runOcrOnAllDocuments: "Run OCR on all documents", + runOcrOnCurrentDocument: "Run Layout on current document", + runOcrOnAllDocuments: "Run Layout on all documents", runAutoLabelingCurrentDocument: "Auto-label the current document", runAutoLabelingOnMultipleUnlabeledDocuments: "Auto-label multiple unlabeled documents", noPredictModelOnProject: "Predict model not avaliable, please train the model first.", diff --git a/src/common/localization/es-cl.ts b/src/common/localization/es-cl.ts index ecf508f54..4d56bc94f 100644 --- a/src/common/localization/es-cl.ts +++ b/src/common/localization/es-cl.ts @@ -454,8 +454,8 @@ export const spanish: IAppStrings = { additionalActions: { text: "Acciones adicionales", subIMenuItems: { - runOcrOnCurrentDocument: "Ejecutar OCR en el documento actual", - runOcrOnAllDocuments: "Ejecute OCR en todos los documentos", + runOcrOnCurrentDocument: "Ejecutar Layout en el documento actual", + runOcrOnAllDocuments: "Ejecute Layout en todos los documentos", runAutoLabelingCurrentDocument: "Etiquetar automáticamente el documento actual", runAutoLabelingOnMultipleUnlabeledDocuments: "Etiquetar automáticamente varios documentos sin etiquetar", noPredictModelOnProject: "Predecir modelo no disponible, entrene el modelo primero.", diff --git a/src/react/components/common/assetPreview/assetPreview.tsx b/src/react/components/common/assetPreview/assetPreview.tsx index de2096854..beae7c736 100644 --- a/src/react/components/common/assetPreview/assetPreview.tsx +++ b/src/react/components/common/assetPreview/assetPreview.tsx @@ -110,7 +110,7 @@ export class AssetPreview extends React.Component
- +
} diff --git a/src/react/components/pages/editorPage/canvas.tsx b/src/react/components/pages/editorPage/canvas.tsx index 681c00946..5b4047b23 100644 --- a/src/react/components/pages/editorPage/canvas.tsx +++ b/src/react/components/pages/editorPage/canvas.tsx @@ -343,7 +343,7 @@ export default class Canvas extends React.Component
- +
} diff --git a/src/react/components/pages/editorPage/editorPage.tsx b/src/react/components/pages/editorPage/editorPage.tsx index 37164986a..611bacc6f 100644 --- a/src/react/components/pages/editorPage/editorPage.tsx +++ b/src/react/components/pages/editorPage/editorPage.tsx @@ -233,11 +233,11 @@ export default class EditorPage extends React.Component - : "Run OCR on unvisited documents" + : "Run Layout on unvisited documents" } } @@ -362,7 +362,7 @@ export default class EditorPage extends React.Component