diff --git a/public/built.js b/public/built.js index 6e96fb8e2408..f72e47d0968e 100644 --- a/public/built.js +++ b/public/built.js @@ -31773,8 +31773,6 @@ NINJA.processItem = function(item, section) { NINJA.parseMarkdownText = function(val, groupText) { - val = val + "\n"; - var rules = [ ['\\\*\\\*(\\\w.+?)\\\*\\\*', {'bold': true}], // **value** ['\\\*(\\\w.+?)\\\*', {'italics': true}], // *value* diff --git a/public/js/pdf.pdfmake.js b/public/js/pdf.pdfmake.js index a9624c5f3b50..4a7a54849932 100644 --- a/public/js/pdf.pdfmake.js +++ b/public/js/pdf.pdfmake.js @@ -737,8 +737,6 @@ NINJA.processItem = function(item, section) { NINJA.parseMarkdownText = function(val, groupText) { - val = val + "\n"; - var rules = [ ['\\\*\\\*(\\\w.+?)\\\*\\\*', {'bold': true}], // **value** ['\\\*(\\\w.+?)\\\*', {'italics': true}], // *value* diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 4038ee96a24e..fc2689c4582d 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -2027,7 +2027,8 @@ $LANG = array( 'restored_expense_category' => 'Successfully restored expense category', 'apply_taxes' => 'Apply taxes', 'min_to_max_users' => ':min to :max users', - 'max_users_reached' => 'The maximum number of users has been reached.' + 'max_users_reached' => 'The maximum number of users has been reached.', + 'dwolla' => 'Dwolla', );