From e4b902b9a3b9bd9daa606b2912ac1a69b7173831 Mon Sep 17 00:00:00 2001 From: loganhz Date: Wed, 24 Jan 2018 14:35:55 +0800 Subject: [PATCH] Fix a text issue --- lib/shared/addon/components/modal-add-custom-roles/template.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shared/addon/components/modal-add-custom-roles/template.hbs b/lib/shared/addon/components/modal-add-custom-roles/template.hbs index 23cf28047..79682d78e 100644 --- a/lib/shared/addon/components/modal-add-custom-roles/template.hbs +++ b/lib/shared/addon/components/modal-add-custom-roles/template.hbs @@ -23,7 +23,7 @@ {{/if}} {{#accordion-list-item - title=(t 'formScopedRoles.title' type=type) + title=(t 'formScopedRoles.title' type=cTyped) detail=(t 'formScopedRoles.description' type=type) expandOnInit=true showExpand=false