Welcome to mirror list, hosted at ThFree Co, Russian Federation.

error_messages.js « utils « history « import « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 24669e22adebd662991fa5f41803600d27886e5d (plain)
1
2
3
import { __ } from '~/locale';

export const DEFAULT_ERROR = __('Something went wrong on our end.');