utils.ts 203 B

12345
  1. import {t} from 'sentry/locale';
  2. export const experimentalFeatureTooltipDesc = t(
  3. 'This is an OpenAI generated solution that suggests a fix for this issue. Be aware that this may not be accurate.'
  4. );