tmcgee/cmv-widgets

View on GitHub
widgets/OpenExternalMap/nls/resource.js

Summary

Maintainability
A
0 mins
Test Coverage
define({
    root: {
        locationInstructions: 'Click the button and then click the map OR just enter the Latitude and Longitude.',
        latitudeLabel: 'Latitude',
        latitudePlaceholder: '37.776840',
        latitudeInvalid: 'Please enter a valid number for Latitude.',
        longitudeLabel: 'Longitude',
        longitudePlaceholder: '-122.421985',
        longitudeInvalid: 'Please enter a valid number for Longitude.',
        streetViewNotAvailable: 'StreetView Imagery is not available for this area.'
    }
});