From: Richie Zhang <12566991+StaticallyTypedRice@users.noreply.github.com> Date: Mon, 3 Feb 2020 23:14:10 +0000 (-0800) Subject: Add total_number_of_points. X-Git-Url: http://these/git/?a=commitdiff_plain;h=45a8464deef440145e6959b0d02b3d3fc09682c4;p=lemmy.git Add total_number_of_points. --- diff --git a/ui/src/translations/en.ts b/ui/src/translations/en.ts index 7afb99ef..0f5cb03c 100644 --- a/ui/src/translations/en.ts +++ b/ui/src/translations/en.ts @@ -81,6 +81,7 @@ export const en = { number_of_users: '{{count}} Users', number_of_subscribers: '{{count}} Subscribers', number_of_points: '{{count}} Points', + total_number_of_points: '{{count}} Total Points', number_online: '{{count}} Users Online', name: 'Name', title: 'Title',