Skip to content

Commit de7f16d

Browse files
committed
Update text if stockroom unavailable
1 parent d9645e5 commit de7f16d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/container-stock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@
7676
$cmsmain->assign('listdata', $listdata);
7777
$cmsmain->assign('include', 'cms_list.tpl');
7878
} else {
79-
$cmsmain->assign('list_info_text', 'There is no Stockroom warehouse location defined! Ask your coordinator to correct this.');
79+
$cmsmain->assign('list_info_text', "You have not set up a stockroom for your free shop. Stockroom is a way to help free shops keep track of items that aren't on display or that always need to be in stock. If you need this functionality, ask your coordinator to enable it.");
8080
$cmsmain->assign('include', 'cms_list.tpl');
8181
}

0 commit comments

Comments
 (0)