Vulcan/packages/vulcan-embed/lib/modules/i18n.js

6 lines
165 B
JavaScript
Raw Normal View History

2018-03-29 11:58:05 +09:00
import { addStrings } from 'meteor/vulcan:core';
addStrings('en', {
'embedurl.error_fetching_data': 'Sorry, we were not able to fetch metadata for this URL.'
});