diff --git a/apps/applications/templates/applications/user_remote_app_list.html b/apps/applications/templates/applications/user_remote_app_list.html
index 3559232ef..a771e647a 100644
--- a/apps/applications/templates/applications/user_remote_app_list.html
+++ b/apps/applications/templates/applications/user_remote_app_list.html
@@ -49,7 +49,7 @@ function initTable() {
$(td).html(hostname);
}},
{targets: 5, createdCell: function (td, cellData, rowData) {
- var conn_btn = '{% trans "Connect" %}'.replace("{{ DEFAULT_PK }}", cellData);
+ var conn_btn = '{% trans "Connect" %}'.replace("{{ DEFAULT_PK }}", cellData);
$(td).html(conn_btn)
}}
],