server
server copied to clipboard
fix(files_sharing): Fix FileList account filter button translation
Summary
This is a simple fix to FileListFilter translation so it gets the People button translation in the file list filter from the correct source. Currently, the files_sharing app tries to get the account filter button from 'files' app but the needed string is added to files_sharing locale files.
Before:
After:
Checklist
- Code is properly formatted
- Sign-off message is added to all commits
- [ ] Tests (unit, integration, api and/or acceptance) are included
- [ *] Screenshots before/after for front-end changes
- [ ] Documentation (manuals or wiki) has been updated or is not required
- [ ] Backports requested where applicable (ex: critical bugfixes)