From 156c6c768c15b5a3946b1a15d32ff9728c6590bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20P=C3=A9rez?= <3212100-walpo@users.noreply.gitlab.com> Date: Fri, 1 Mar 2024 00:05:45 +0100 Subject: [PATCH] refactor: replace integer literal with variable --- assets/voxygen/i18n/en/hud/social.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/voxygen/i18n/en/hud/social.ftl b/assets/voxygen/i18n/en/hud/social.ftl index 1536e358fd..17940d273b 100644 --- a/assets/voxygen/i18n/en/hud/social.ftl +++ b/assets/voxygen/i18n/en/hud/social.ftl @@ -5,7 +5,7 @@ hud-social-not_yet_available = Not yet available hud-social-faction = Faction hud-social-play_online_fmt = { $nb_player -> - [1] 1 player online + [1] { $nb_player } player online *[other] { $nb_player } players online }