FIX: Use i18n for allow groups label (#44)

This commit is contained in:
Mark VanLandingham 2020-01-06 05:08:35 -06:00 committed by Régis Hanol
parent af7cfb2390
commit d811b0c7a3
2 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,7 @@
{{/if}} {{/if}}
<div class="groups"> <div class="groups">
<span class="label">Allow groups to acess this query</span> <span class="label">{{i18n "explorer.allow_groups"}}</span>
<span> <span>
{{multi-select {{multi-select
values=selectedItem.group_ids values=selectedItem.group_ids

View File

@ -23,6 +23,7 @@ en:
dirty: "You must save the query before running." dirty: "You must save the query before running."
explorer: explorer:
admins_only: "The data explorer is only available to admins." admins_only: "The data explorer is only available to admins."
allow_groups: "Allow groups to access this query"
title: "Data Explorer" title: "Data Explorer"
create: "Create New" create: "Create New"
create_placeholder: "Query name..." create_placeholder: "Query name..."