Skip to content

Commit

Permalink
Rename "include audio recordings" to "include resources" in flows
Browse files Browse the repository at this point in the history
Fixes #613
  • Loading branch information
spalladino committed Oct 28, 2016
1 parent 79fd7f8 commit 8cc06ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/call_flows/edit_workflow.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
= form_tag export_project_call_flow_path(@project, @call_flow), :method => :get do
%button.fimport Export Call flow
= check_box_tag :export_audios
include audio recordings
%label{for: 'export_audios', alt: 'If checked, all text and audio resources will be exported with the call flow. Otherwise, just the call flow structure will be exported, and you will need to associate all resources after import in the new project.'}
include resources
- if project_admin?
.ux-collapsible.collapsed.w40.file_upload{"data-on-expanded" => "box grey"}
Expand Down

0 comments on commit 8cc06ec

Please # to comment.