summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-06-08 18:02:22 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-08-15 20:02:39 +0200
commit4a0a3dbaff525c1b49dbd1edf97215c36705d474 (patch)
tree50995d0c360d6962d0c484c76a763cc95bfd1b3d /js
parenta42c995b3472bf4fd1a8d2fa74ac2ec7eb283229 (diff)
downloadwvs-vplan-4a0a3dbaff525c1b49dbd1edf97215c36705d474.tar.gz
wvs-vplan-4a0a3dbaff525c1b49dbd1edf97215c36705d474.zip
ändere Lognachricht für aktuelle Pläne
Diffstat (limited to 'js')
-rw-r--r--js/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/index.js b/js/index.js
index adefb6b..3d05ac7 100644
--- a/js/index.js
+++ b/js/index.js
@@ -955,7 +955,7 @@ function load(){
function(entries){
var actual = getActual(entries);
- console.log('Im Speicher: ' + actual.length + ' Pläne');
+ console.log('Im Speicher: ' + actual.length + ' aktuelle Dateien');
if(actual.length > 0){
$('#noplans').hide('slow');