From 6cfe9b2e2242147db87783f30f737dc8654d2b78 Mon Sep 17 00:00:00 2001 From: Gerhard Schlager Date: Tue, 2 Jun 2020 19:20:02 +0200 Subject: [PATCH] DEV: Use consistent interpolation key format in translations --- config/locales/client.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 6ed1964..7aef5e5 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -4,6 +4,6 @@ en: title: "User Notes" attach: "Add User Note" remove: "Remove User Note" - show: "User Notes ({{count}})" + show: "User Notes (%{count})" delete_confirm: "Are you sure you want to delete that user note?" show_post: "Show Post"