Skip to content

Commit

Permalink
fix: trigger release (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkrulltott authored Aug 19, 2022
1 parent 35bd96f commit 39c0d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/OpenFileDialog/CreatedByFilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 39c0d0b

Please sign in to comment.