FIX: Use i18n for allow groups label (#44)
This commit is contained in:
parent
af7cfb2390
commit
d811b0c7a3
|
@ -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
|
||||||
|
|
|
@ -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..."
|
||||||
|
|
Loading…
Reference in New Issue