DEV: Use consistent interpolation key format in translations

This commit is contained in:
Gerhard Schlager 2020-06-02 19:21:30 +02:00
parent 080a0b916e
commit b2daff34eb
1 changed files with 2 additions and 2 deletions

View File

@ -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)"