From f6d17e279d4b456fa2b95b17417a91fd60cb9e06 Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Tue, 17 Oct 2023 21:57:35 -0400 Subject: [PATCH] Prevented download data when using the app (unfortunately) --- js/component/modal/download_data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/component/modal/download_data.js b/js/component/modal/download_data.js index 5fd08e4..5073da7 100644 --- a/js/component/modal/download_data.js +++ b/js/component/modal/download_data.js @@ -215,7 +215,7 @@ beestat.component.modal.download_data.prototype.decorate_android_ios_disabled_ = .set_display('block') .set_shadow(false) .set_background_color(beestat.style.color.red.base) - .set_text('Download Data is only available when using beestat directly in your browser. Sorry! :(') + .set_text('Download Data is only available directly in a browser.') .set_text_color('#fff') .render(parent); }