ringcentral-widgets
Version:
RingCentral Integration Widget Library
20 lines (17 loc) • 719 B
JavaScript
;
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
title: 'Region',
NAOnlyMessage: 'Please set your area code. This will be used for local dialing.',
MultiWithNAMessage: 'Please set the country and area code for your region. This will be used for local dialing and phone number formatting.',
MultiWithoutNAMessage: 'Please select the country you locate in. This will be used for local dialing and phone number formatting.',
country: 'Country',
areaCode: 'Area Code',
areaCodePlaceholder: 'Enter Area Code'
};
exports["default"] = _default;
//# sourceMappingURL=en-US.js.map