debian-mirror-gitlab/app/views/notify/group_was_exported_email.text.erb
2020-05-24 23:13:21 +05:30

7 lines
240 B
Text

<%= _('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.') %>