Welcome to mirror list, hosted at ThFree Co, Russian Federation.

group_was_exported_email.text.erb « notify « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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.') %>