diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-05-26 08:23:26 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-05-26 08:23:26 -0400 |
| commit | 2ab928fd8152ac964b44c97cc2db601f248673bd (patch) | |
| tree | 101dc4dc21cb241e2a68a29eb5de001fc877ed68 /www/js/EventCtrl.js | |
| parent | 7b41ef75fb30b222808892831e461ecbb9835201 (diff) | |
#261 - more translations
Former-commit-id: 5d754f9340e9f6d1b3edbeb88ea120a017a98692
Diffstat (limited to 'www/js/EventCtrl.js')
| -rw-r--r-- | www/js/EventCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index e0064b3b..69265aab 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -1434,7 +1434,7 @@ angular.module('zmApp.controllers') $scope.prettify = function (str) { - return moment(str).format(ZMDataModel.getTimeFormat()+' on MMMM Do YYYY'); + return moment(str).format(ZMDataModel.getTimeFormat()+', MMMM Do YYYY'); }; //-------------------------------------------------------- // For consistency we are keeping the refresher list |
