Merge pull request #2833 from robintown/depluralize

Fix a singular string using the plural form
This commit is contained in:
Robin 2024-11-22 13:58:12 -05:00 committed by GitHub
commit ad9114a6e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -171,7 +171,7 @@
"preferences_tab_show_hand_raised_timer_label": "Show hand raise duration", "preferences_tab_show_hand_raised_timer_label": "Show hand raise duration",
"speaker_device_selection_label": "Speaker" "speaker_device_selection_label": "Speaker"
}, },
"star_rating_input_label_one": "{{count}} stars", "star_rating_input_label_one": "{{count}} star",
"star_rating_input_label_other": "{{count}} stars", "star_rating_input_label_other": "{{count}} stars",
"start_new_call": "Start new call", "start_new_call": "Start new call",
"start_video_button_label": "Start video", "start_video_button_label": "Start video",