Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
feat(ui): dumber quotes in header
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudruffin committed Dec 14, 2016
1 parent 2d75fa1 commit 64236ce
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions routes/send.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,12 @@ var fs = require("fs");

debug.log = console.log.bind(console);

var dumbQuotes = ["Let us ease your file transfer", "Make the world a better place", "Make transfer, not war",
"Let's transfer become a pleasure", "Transfer is not fatality"];
var dumbQuotes = ["Let us ease your file transfers",
"Making the world a better place",
"Make file transfers, not war",
"When transfers become pleasure",
"File transfer is not fatality",
"Helping humanity thrive"];

/* GET home page. */
router.get('/', function(req, res) {
Expand Down

0 comments on commit 64236ce

Please sign in to comment.