3 lines
100 B
JavaScript
3 lines
100 B
JavaScript
import { __ } from '~/locale';
|
|
|
|
export const ERROR_MESSAGE = __('Refresh the page and try again.');
|