diff --git a/src/components/OpenFileDialog/CreatedByFilter.js b/src/components/OpenFileDialog/CreatedByFilter.js index b7bd74a43..b86b2aa4f 100644 --- a/src/components/OpenFileDialog/CreatedByFilter.js +++ b/src/components/OpenFileDialog/CreatedByFilter.js @@ -3,7 +3,7 @@ import { SingleSelect, SingleSelectOption } from '@dhis2/ui' import PropTypes from 'prop-types' import React from 'react' -// TODO change the "Created by" prefix to "Creator" or something that does not require a context for the translators +// TODO: change the "Created by" prefix to "Creator" or something that does not require a context for the translators export const CREATED_BY_ALL = 'all' export const CREATED_BY_ALL_BUT_CURRENT_USER = 'allButCurrentUser'