diff --git a/openpype/tools/workfiles/window.py b/openpype/tools/workfiles/window.py
index c2a3f74a22..8654a18036 100644
--- a/openpype/tools/workfiles/window.py
+++ b/openpype/tools/workfiles/window.py
@@ -20,7 +20,7 @@ from .lib import TempPublishFiles, file_size_to_string
class SidePanelWidget(QtWidgets.QWidget):
save_clicked = QtCore.Signal()
published_workfile_message = (
- "INFO: Published workfiles you'll opened will be stored in"
+ "INFO: Opened published workfiles will be stored in"
" temp directory on your machine. Current temp size: {}."
)