aboutsummaryrefslogtreecommitdiffstats
path: root/view/js
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-01-03 14:28:02 +0000
committerMario <mario@mariovavti.com>2021-01-03 14:28:02 +0000
commitcff5859c595ae3d758072b11aa60190e210cb490 (patch)
tree08233dcfb50cf343b516866c118d1c94a040c3ce /view/js
parent6d95f5fc989644473442aa2f36358efe77b877c8 (diff)
downloadvolse-hubzilla-cff5859c595ae3d758072b11aa60190e210cb490.tar.gz
volse-hubzilla-cff5859c595ae3d758072b11aa60190e210cb490.tar.bz2
volse-hubzilla-cff5859c595ae3d758072b11aa60190e210cb490.zip
mod cloud strings
Diffstat (limited to 'view/js')
-rw-r--r--view/js/mod_cloud.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/js/mod_cloud.js b/view/js/mod_cloud.js
index 8fb66c5aa..5ca1f52a9 100644
--- a/view/js/mod_cloud.js
+++ b/view/js/mod_cloud.js
@@ -68,7 +68,7 @@ $(document).ready(function () {
close_and_deactivate_all_panels();
$('body').css('cursor', 'wait');
- $.jGrowl('Please stand by while your download is being prepared...', { sticky: false, theme: 'info', life: 10000 });
+ $.jGrowl(aStr.download_info, { sticky: false, theme: 'info', life: 10000 });
let data = [
{name: 'attach_path', value: window.location.pathname},
@@ -296,7 +296,7 @@ $(document).ready(function () {
close_and_deactivate_all_panels();
$('body').css('cursor', 'wait');
- $.jGrowl('Please stand by while your download is being prepared...', { sticky: false, theme: 'info', life: 10000 });
+ $.jGrowl(aStr.download_info, { sticky: false, theme: 'info', life: 10000 });
post_data.push(
{name: 'attach_path', value: window.location.pathname},