From 152194aba8b7cbf23a86101cabcd5e97ec0c099e Mon Sep 17 00:00:00 2001 From: Scott Tolksdorf Date: Mon, 12 Sep 2016 09:59:09 -0400 Subject: [PATCH] Changing the print button to say get PDF. Should be more clear to users --- client/homebrew/navbar/print.navitem.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/homebrew/navbar/print.navitem.jsx b/client/homebrew/navbar/print.navitem.jsx index 439cda45c..520e10549 100644 --- a/client/homebrew/navbar/print.navitem.jsx +++ b/client/homebrew/navbar/print.navitem.jsx @@ -2,7 +2,7 @@ var React = require('react'); var Nav = require('naturalcrit/nav/nav.jsx'); module.exports = function(props){ - return - print + return + get PDF }; \ No newline at end of file