Commit 6521f2ee authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch '243574-expand-all-files' into 'master'

Update button text to expand all files

See merge request gitlab-org/gitlab!78322
parents 2d57a127 95d919a3
...@@ -182,7 +182,7 @@ export default { ...@@ -182,7 +182,7 @@ export default {
class="gl-mr-3" class="gl-mr-3"
@click="expandAllFiles" @click="expandAllFiles"
> >
{{ __('Expand all') }} {{ __('Expand all files') }}
</gl-button> </gl-button>
<settings-dropdown /> <settings-dropdown />
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment