3 lines
124 B
JavaScript
3 lines
124 B
JavaScript
import { __ } from '~/locale';
|
|
|
|
export const PREVENT_LEAVING_PENDING_REVIEW = __('There are unsubmitted review comments.');
|