diff --git a/openpype/tools/project_manager/project_manager/widgets.py b/openpype/tools/project_manager/project_manager/widgets.py
index 45599ab747..4b5aca35ef 100644
--- a/openpype/tools/project_manager/project_manager/widgets.py
+++ b/openpype/tools/project_manager/project_manager/widgets.py
@@ -347,8 +347,8 @@ class ConfirmProjectDeletion(QtWidgets.QDialog):
message_label.setText((
"WARNING: This cannot be undone.
"
"Project \"{}\" with all related data will be"
- " permanently removed from the database (This actions won't remove"
- " any files on disk)."
+ " permanently removed from the database. (This action won't remove"
+ " any files on disk.)"
).format(project_name))
top_layout = QtWidgets.QHBoxLayout(top_widget)