Commit 80796768 authored by Denys Mishunov's avatar Denys Mishunov

Merge branch '339498-require-string-literal-i18n-helper' into 'master'

Address require-string-literal-i18n-helpers offenses

See merge request gitlab-org/gitlab!72391
parents 053e9ec3 8acc3e44
/* eslint-disable @gitlab/require-string-literal-i18n-helpers */
import { __, s__ } from '~/locale';
import { s__ } from '~/locale';
export const PackageType = {
CONAN: 'conan',
......@@ -38,7 +37,7 @@ export const DELETE_PACKAGE_ERROR_MESSAGE = s__(
'PackageRegistry|Something went wrong while deleting the package.',
);
export const DELETE_PACKAGE_FILE_ERROR_MESSAGE = s__(
__('PackageRegistry|Something went wrong while deleting the package file.'),
'PackageRegistry|Something went wrong while deleting the package file.',
);
export const DELETE_PACKAGE_FILE_SUCCESS_MESSAGE = s__(
'PackageRegistry|Package file deleted successfully',
......
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