From 4862bade505e5440a035a5de5c9baa9752ed6ebc Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 16 Jun 2018 12:52:23 +0100 Subject: [PATCH 1/1] Fix typoed expansion variable in translation --- config/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 5b0807dba..85950e1bc 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -985,7 +985,7 @@ en: helper: reportable_title: diary_comment: "%{entry_title}, comment #%{comment_id}" - note: "Note #{note_id}" + note: "Note #%{note_id}" issue_comments: create: comment_created: Your comment was successfully created -- 2.43.2