From 23db05246079bb0c1b8f91f6c70ff12fe8b2f6ca Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 17 Nov 2023 12:57:52 +0000 Subject: [PATCH] Revert accidental change --- public/locales/en-GB/app.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/en-GB/app.json b/public/locales/en-GB/app.json index abce8182..3e470137 100644 --- a/public/locales/en-GB/app.json +++ b/public/locales/en-GB/app.json @@ -1,8 +1,8 @@ { - "{{count, number}}_one": "", - "{{count, number}}_other": "", - "{{count}} stars_one": "", - "{{count}} stars_other": "", + "{{count, number}}_one": "{{count, number}}", + "{{count, number}}_other": "{{count, number}}", + "{{count}} stars_one": "{{count}} stars", + "{{count}} stars_other": "{{count}} stars", "{{displayName}} is presenting": "{{displayName}} is presenting", "{{displayName}}, your call has ended.": "{{displayName}}, your call has ended.", "<0><1>You may withdraw consent by unchecking this box. If you are currently in a call, this setting will take effect at the end of the call.": "<0><1>You may withdraw consent by unchecking this box. If you are currently in a call, this setting will take effect at the end of the call.",