diff --git a/app/views/guidances/new_edit.html.erb b/app/views/guidances/new_edit.html.erb index 09d3aca..af133d4 100644 --- a/app/views/guidances/new_edit.html.erb +++ b/app/views/guidances/new_edit.html.erb @@ -12,7 +12,9 @@ <%= f.label :text, class: 'control-label' %> <%= text_area_tag("guidance-text", guidance.text, class: "tinymce form-control", 'aria-required': true, rows: 10) %> - <%= render partial: 'org_admin/shared/theme_selector', locals: { f: f, all_themes: themes } %> + <%= render partial: 'org_admin/shared/theme_selector', + locals: { f: f, all_themes: themes, + popover_message: _('Select one or more themes that are relevant to this guidance. This will display your generic institution-level guidance, as well as that from other sources e.g. the %{org_name} guidance or any Schools/Departments that you provide guidance for.') % { org_name: (current_user.org.abbreviation.present? ? current_user.org.abbreviation : current_user.org.name ) } } %>