From 0b5fac75b069519871b41e802535dc70ec6bf8f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Thu, 19 Mar 2020 10:03:46 -0400 Subject: [PATCH] fix: #8217, add missing lang key --- public/language/en-GB/admin/settings/group.json | 1 + src/views/admin/settings/group.tpl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/public/language/en-GB/admin/settings/group.json b/public/language/en-GB/admin/settings/group.json index a28bd10c00..f13933ea7e 100644 --- a/public/language/en-GB/admin/settings/group.json +++ b/public/language/en-GB/admin/settings/group.json @@ -3,6 +3,7 @@ "private-groups": "Private Groups", "private-groups.help": "If enabled, joining of groups requires the approval of the group owner (Default: enabled)", "private-groups.warning": "Beware! If this option is disabled and you have private groups, they automatically become public.", + "allow-multiple-badges": "Allow Multiple Badges", "allow-multiple-badges-help": "This flag can be used to allow users to select multiple group badges, requires theme support.", "max-name-length": "Maximum Group Name Length", "max-title-length": "Maximum Group Title Length", diff --git a/src/views/admin/settings/group.tpl b/src/views/admin/settings/group.tpl index 5b7a104d2e..cbfe08339c 100644 --- a/src/views/admin/settings/group.tpl +++ b/src/views/admin/settings/group.tpl @@ -21,7 +21,7 @@