Mobile: locales
authorSven Schöling <s.schoeling@googlemail.com>
Fri, 25 Jun 2021 13:14:26 +0000 (15:14 +0200)
committerSven Schöling <s.schoeling@googlemail.com>
Fri, 25 Jun 2021 13:51:32 +0000 (15:51 +0200)
js/kivi.ImageUpload.js
templates/mobile_webpages/image_upload/local_list.html

index 2556646..24bd262 100644 (file)
@@ -76,7 +76,7 @@ namespace("kivi.ImageUpload", function(ns) {
       myfiles.forEach(file => filesize  += file.size);
 
       if (filesize > maxsize) {
-        M.flash(kivi.t8("filesize too big: ") + ns.format_si(filesize) + kivi.t8(" > ") + ns.format_si(maxsize));
+        M.flash(kivi.t8("filesize too big: ") + ns.format_si(filesize) + " > " + ns.format_si(maxsize));
         $("#upload_modal").modal("close");
         return;
       }
index 9aad15d..4305260 100644 (file)
@@ -54,7 +54,7 @@
 
 <div id="upload_modal" class="modal">
   <div class="modal-content">
-    <h4>[% 'Uploading' | $T8 %]</h4>
+    <h4>[% 'Uploading Data' | $T8 %]</h4>
 
     <div id="upload_progress" class="progress">
       <div class="indeterminate"></div>