superdesk/superdesk-client-core

View on GitHub
scripts/core/ui/constants.ts

Summary

Maintainability
A
0 mins
Test Coverage
export const LEFT_SIDEBAR_WIDTH = 48;
import {gettext} from 'core/utils';

export const getGenericErrorMessage = () =>
    gettext('Unknow error occured. Try repeating the action or reloading the page.');