1
0
mirror of https://github.com/beestat/app.git synced 2025-07-09 03:04:07 -04:00

Prevented download data when using the app (unfortunately)

This commit is contained in:
Jon Ziebell 2023-10-17 21:57:35 -04:00
parent f60be431df
commit f6d17e279d

View File

@ -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);
}