diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-10-09 22:03:21 +0000 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-10-09 22:03:21 +0000 |
commit | 4a13fcf80365060b06893b71d93a64e5a1836b9a (patch) | |
tree | 875180b992de9e51d17a28588fee7b3abc65d339 /app | |
parent | d6170ce4d8a0cbfd8552531c29163e44549222cf (diff) | |
download | gitlab-ce-4a13fcf80365060b06893b71d93a64e5a1836b9a.tar.gz |
fix incorrect description for advanced settings section of project settings38574-superfluous-export-in-advanced-settings-of-project-settings
Diffstat (limited to 'app')
-rw-r--r-- | app/views/projects/edit.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml index 8ae4fd94146..893e536e289 100644 --- a/app/views/projects/edit.html.haml +++ b/app/views/projects/edit.html.haml @@ -97,7 +97,7 @@ %button.btn.js-settings-toggle = expanded ? 'Collapse' : 'Expand' %p - Perform advanced options such as housekeeping, exporting, archiving, renaming, transferring, or removing your project. + Perform advanced options such as housekeeping, archiving, renaming, transferring, or removing your project. .settings-content.no-animate{ class: ('expanded' if expanded) } .sub-section %h4 Housekeeping |