diff options
| -rw-r--r-- | js/index.js | 2 |
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'); |
