Skip to content

Commit 1abb6b8

Browse files
committed
fixed drawer label
1 parent f089019 commit 1abb6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/data_migration/frontend/public/javascripts/countly.views.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
message: CV.i18n('data-migration.generated-token')
221221
});
222222
self.importDrawerCancelButtonLabel = CV.i18n('data-migration.close');
223-
self.importDrawerSaveButtonLabel = false;
223+
self.importDrawerSaveButtonLabel = "";
224224
}
225225
else {
226226
CountlyHelpers.notify({

0 commit comments

Comments
 (0)