mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
6 lines
No EOL
190 B
JavaScript
6 lines
No EOL
190 B
JavaScript
import { addStrings } from 'meteor/vulcan:core';
|
|
|
|
addStrings('en', {
|
|
'upload.prompt': 'Drop an image here, or click to select an image to upload.',
|
|
'upload.uploading': 'Uploading…'
|
|
}); |