update shared components

This commit is contained in:
Luke Pulverenti 2016-05-15 21:22:22 -04:00
parent 65326d4155
commit e004834b2d
11 changed files with 65 additions and 118 deletions

View file

@ -388,7 +388,7 @@
if (recordingCreated) {
require(['toast'], function (toast) {
toast(globalize.translate('RecordingScheduled'));
toast(globalize.translate('sharedcomponents#RecordingScheduled'));
});
resolve();
} else {