diff --git a/extensions/ohif-vtk-extension/src/locales/en/Buttons.json b/extensions/ohif-vtk-extension/src/locales/en/Buttons.json index b37fbcce3..eed369e25 100644 --- a/extensions/ohif-vtk-extension/src/locales/en/Buttons.json +++ b/extensions/ohif-vtk-extension/src/locales/en/Buttons.json @@ -1,3 +1,3 @@ { - "Rotate": "Rotate VTK" + "Rotate": "Rotate" } diff --git a/extensions/ohif-vtk-extension/src/locales/es/Buttons.json b/extensions/ohif-vtk-extension/src/locales/es/Buttons.json index 664a6a86c..c34c4b6f6 100644 --- a/extensions/ohif-vtk-extension/src/locales/es/Buttons.json +++ b/extensions/ohif-vtk-extension/src/locales/es/Buttons.json @@ -1,3 +1,3 @@ { - "Rotate": "Rotacionar VTK" + "Rotate": "Rotacionar" }