summaryrefslogtreecommitdiff
path: root/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/index.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 9e618a0..2e2bc2f 100644
--- a/js/index.js
+++ b/js/index.js
@@ -77,7 +77,7 @@ function addSocialButton(vdate, msg, $div){
.text('Teile die Vertretungen')
.click(function(){
- window.plugins.socialsharing.share('Hey Leute! Laut der WvS-VPlan-App gibt es folgende Vertretungen am ' + datestr + ' : ' + msg);
+ window.plugins.socialsharing.share('Hey Leute! Laut der WvS-VPlan-App gibt es folgende Vertretungen am ' + datestr + ': ' + msg);
console.log('Vertretungsplan geteilt: ' + datestr);
})