summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/projects/commit_box/info/constants.js
blob: be0bf71531458a61be69d837c864224ae0490e3a (plain)
1
2
3
4
5
6
7
import { __ } from '~/locale';

export const COMMIT_BOX_POLL_INTERVAL = 10000;

export const PIPELINE_STATUS_FETCH_ERROR = __(
  'There was a problem fetching the latest pipeline status.',
);