Commit 8d57793ce99d3969026929a8424a16422b3382e0

Authored by Adhidarma Hadiwinoto
1 parent b59804e78b
Exists in master

typo fix again

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

lib/modem-dashboard/router-stocks.js
... ... @@ -25,7 +25,7 @@ function pageIndex(req, res, next) {
25 25 res.render(
26 26 'stocks.html',
27 27 {
28   - page_title: 'Stock'
  28 + page_title: 'Stock',
29 29 stocks_array: stocks_array
30 30 }
31 31 );