mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
6 lines
165 B
JavaScript
6 lines
165 B
JavaScript
![]() |
import { addStrings } from 'meteor/vulcan:core';
|
||
|
|
||
|
addStrings('en', {
|
||
|
'embedurl.error_fetching_data': 'Sorry, we were not able to fetch metadata for this URL.'
|
||
|
});
|