From b2daff34eb5763ec7d84131dc3a9a9fbc68e8d31 Mon Sep 17 00:00:00 2001 From: Gerhard Schlager Date: Tue, 2 Jun 2020 19:21:30 +0200 Subject: [PATCH] DEV: Use consistent interpolation key format in translations --- config/locales/client.en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index d9943f0..7467d83 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -10,8 +10,8 @@ en: no_providers: "You need to enable some providers in the plugin settings" channels_with_errors: "Some channels for this provider failed last time messages were sent. Click the error icon(s) to learn more." channel_exception: "An unknown error occured when a message was last sent to this channel." - group_mention_template: "Mentions of: @{{name}}" - group_message_template: "Messages to: @{{name}}" + group_mention_template: "Mentions of: @%{name}" + group_message_template: "Messages to: @%{name}" choose_group: "(choose a group)" all_categories: "(all categories)" all_tags: "(all tags)"