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