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