diff --git a/tailbone/templates/people/view_profile_buefy.mako b/tailbone/templates/people/view_profile_buefy.mako index adb2e00e..81e8d3ac 100644 --- a/tailbone/templates/people/view_profile_buefy.mako +++ b/tailbone/templates/people/view_profile_buefy.mako @@ -574,7 +574,7 @@
-

{{ person.display_name }} is associated with {{ members.length }} member account(s)

+

{{ person.display_name }} has {{ members.length }} member account{{ members.length == 1 ? '' : 's' }}


@@ -644,7 +644,7 @@
-

{{ person.display_name }} has never had a member account.

+

{{ person.display_name }} does not have a member account.

@@ -670,7 +670,7 @@
-

{{ person.display_name }} has {{ customers.length }} customer account(s)

+

{{ person.display_name }} has {{ customers.length }} customer account{{ customers.length == 1 ? '' : 's' }}


@@ -751,7 +751,7 @@
-

{{ person.display_name }} has never had a customer account.

+

{{ person.display_name }} does not have a customer account.

@@ -782,7 +782,7 @@
-

{{ person.display_name }} is shopper for {{ shoppers.length }} customer account(s)

+

{{ person.display_name }} is shopper for {{ shoppers.length }} customer account{{ shoppers.length == 1 ? '' : 's' }}


@@ -942,7 +942,7 @@

- ${person} has never been an employee. + ${person} is not an employee.

@@ -1098,7 +1098,7 @@
-

{{ person.display_name }} is associated with {{ users.length }} user account(s)

+

{{ person.display_name }} has {{ users.length }} user account{{ users.length == 1 ? '' : 's' }}


@@ -1141,7 +1141,7 @@
-

{{ person.display_name }} has never been a user.

+

{{ person.display_name }} does not have a user account.