summaryrefslogtreecommitdiff
path: root/app/views/notify/group_was_exported_email.text.erb
blob: 02571459af082862bad039a2aecc49953a5dca8a (plain)
1
2
3
4
5
6
<%= _('Group %{group_name} was exported successfully.') % { group_name: @group.name } %>

<%= _('The group export can be downloaded from:') %>
<%= download_export_group_url(@group) %>

<%= _('The download link will expire in 24 hours.') %>