diff --git a/assets/javascripts/discourse/templates/admin/plugins-explorer.hbs b/assets/javascripts/discourse/templates/admin/plugins-explorer.hbs index c14ff34..632d6c7 100644 --- a/assets/javascripts/discourse/templates/admin/plugins-explorer.hbs +++ b/assets/javascripts/discourse/templates/admin/plugins-explorer.hbs @@ -54,7 +54,7 @@ {{/if}}
- Allow groups to acess this query + {{i18n "explorer.allow_groups"}} {{multi-select values=selectedItem.group_ids diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 5ea10e3..c834896 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -23,6 +23,7 @@ en: dirty: "You must save the query before running." explorer: admins_only: "The data explorer is only available to admins." + allow_groups: "Allow groups to access this query" title: "Data Explorer" create: "Create New" create_placeholder: "Query name..."