diff options
Diffstat (limited to 'server/sonar-web/src/main/js/app/components/search/SearchResults.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/app/components/search/SearchResults.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/app/components/search/SearchResults.tsx b/server/sonar-web/src/main/js/app/components/search/SearchResults.tsx index 672560a3c69..f56bcfb5718 100644 --- a/server/sonar-web/src/main/js/app/components/search/SearchResults.tsx +++ b/server/sonar-web/src/main/js/app/components/search/SearchResults.tsx @@ -18,9 +18,9 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ import * as React from 'react'; +import { translate } from 'sonar-ui-common/helpers/l10n'; import SearchShowMore from './SearchShowMore'; import { sortQualifiers, More, ComponentResult, Results } from './utils'; -import { translate } from '../../../helpers/l10n'; export interface Props { allowMore: boolean; |