We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f089019 commit 1abb6b8Copy full SHA for 1abb6b8
plugins/data_migration/frontend/public/javascripts/countly.views.js
@@ -220,7 +220,7 @@
220
message: CV.i18n('data-migration.generated-token')
221
});
222
self.importDrawerCancelButtonLabel = CV.i18n('data-migration.close');
223
- self.importDrawerSaveButtonLabel = false;
+ self.importDrawerSaveButtonLabel = "";
224
}
225
else {
226
CountlyHelpers.notify({
0 commit comments