diff --git a/entity/MemberRoles_entity/contentTitleProcess.js b/entity/MemberRoles_entity/contentTitleProcess.js
index cdb5d2367c9e46074b268b96b200fa347b9c5ecf..163260409e0b50da23db6289380f09fde28da60c 100644
--- a/entity/MemberRoles_entity/contentTitleProcess.js
+++ b/entity/MemberRoles_entity/contentTitleProcess.js
@@ -1,4 +1,5 @@
 import("system.vars");
 import("system.result");
+import("system.translate")
 
-result.string(vars.getString("$field.TITLE"));
\ No newline at end of file
+result.string(translate.text(vars.getString("$field.TITLE")));
\ No newline at end of file