box-ui-elements-mlh
Version:
13 lines (10 loc) • 374 B
JavaScript
// @flow
import { defineMessages } from 'react-intl';
const messages = defineMessages({
navigation: {
defaultMessage: '{currentStepIndex} of {totalNumSteps}',
description: 'Displays the navigation step index to the user of where they are in the guide. e.g. 1 of 4',
id: 'boxui.core.guidetooltip.navigation',
},
});
export default messages;