diff --git a/app/assets/javascripts/app/views/cti/caller_log.jst.eco b/app/assets/javascripts/app/views/cti/caller_log.jst.eco
index 4a7cec7cc..b3551483f 100644
--- a/app/assets/javascripts/app/views/cti/caller_log.jst.eco
+++ b/app/assets/javascripts/app/views/cti/caller_log.jst.eco
@@ -56,7 +56,7 @@
<% if !_.isEmpty(item.from_pretty): %>
<%= item.from_pretty %>
<% if item.direction is 'in': %>
-
<%- @Icon('plus-small') %> <%- @T('Create User') %>
+ <%- @Icon('plus-small') %> <%- @T('New User') %>
<% end %>
<% else: %>
<%= item.from %>
@@ -100,7 +100,7 @@
<% if !_.isEmpty(item.to_pretty): %>
<%= item.to_pretty %>
<% if item.direction is 'out': %>
- <%- @Icon('plus-small') %> <%- @T('Create User') %>
+ <%- @Icon('plus-small') %> <%- @T('New User') %>
<% end %>
<% else: %>
<%= item.to %>
diff --git a/app/assets/javascripts/app/views/navigation/menu_cti_ringing.jst.eco b/app/assets/javascripts/app/views/navigation/menu_cti_ringing.jst.eco
index c5c40ad74..656471975 100644
--- a/app/assets/javascripts/app/views/navigation/menu_cti_ringing.jst.eco
+++ b/app/assets/javascripts/app/views/navigation/menu_cti_ringing.jst.eco
@@ -47,7 +47,7 @@
<% if !_.isEmpty(@item.from_pretty): %>
<%= @item.from_pretty %>
<% if @item.direction is 'in': %>
- <%- @Icon('plus-small') %> <%- @T('Create User') %>
+ <%- @Icon('plus-small') %> <%- @T('New User') %>
<% end %>
<% else: %>
<%= @item.from %>