gitlab-org--gitlab-foss/app/views/notify/group_was_exported_email.te...

7 lines
240 B
Plaintext

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