Skip to content

Commit a7b549e

Browse files
author
Charles-Antoine Mathieu
committed
src-d#211 fix expiration date grammar
1 parent 42ac058 commit a7b549e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/public/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ plik.controller('MainCtrl', ['$scope', '$api', '$config', '$route', '$location',
950950
return "never expire";
951951
} else {
952952
var d = new Date(($scope.upload.ttl + $scope.upload.uploadDate) * 1000);
953-
return "expire the " + d.toLocaleDateString() + " at " + d.toLocaleTimeString();
953+
return "expire on " + d.toLocaleDateString() + " at " + d.toLocaleTimeString();
954954
}
955955
};
956956

0 commit comments

Comments
 (0)