From 5dc595d55ba6089bfddc61b8ba63296f9f61c2d0 Mon Sep 17 00:00:00 2001 From: Nico Stapelbroek Date: Sat, 13 Jan 2018 18:51:21 +0100 Subject: [PATCH] Replace Inf with asterisk when using pluralization in touched translations @see https://github.com/CachetHQ/Cachet/pull/2868 --- resources/lang/en/dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/dashboard.php b/resources/lang/en/dashboard.php index 5d1e5a42..a4894d3c 100644 --- a/resources/lang/en/dashboard.php +++ b/resources/lang/en/dashboard.php @@ -23,7 +23,7 @@ return [ 'incident-templates' => 'Incident Templates', 'updates' => [ 'title' => 'Incident updates for :incident', - 'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,Inf] Several Updates', + 'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates', 'add' => [ 'title' => 'Create new incident update', 'success' => 'Your new incident update has been created.',