6 lines
163 B
Plaintext
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
|
|
<% } %>
|