cartodb-4.42/lib/assets/javascripts/cartodb/table/views/watching_notifier.jst.ejs
2024-04-06 05:25:13 +00:00

6 lines
163 B
Plaintext

<% if ( users.length === 1 ) { %>
<%- users[0] %> is also editing this dataset
<% } else { %>
<%- users.length %> people are also editing this dataset
<% } %>