summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/index.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-10-02 10:11:06 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-10-02 10:11:06 -0400
commite561ccdf824825c6aaef02c11dccd1f39528f1fd (patch)
tree3cc1ea74d83002c81ae1212990797a9361800947 /src/usr/local/www/index.php
parent1bde731214856aa3c5fba3547b69e9488d7653cc (diff)
downloadpfsense-e561ccdf824825c6aaef02c11dccd1f39528f1fd.zip
pfsense-e561ccdf824825c6aaef02c11dccd1f39528f1fd.tar.gz
Fixed #5234
Javascript Base64 class was MIA
Diffstat (limited to 'src/usr/local/www/index.php')
-rw-r--r--src/usr/local/www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/index.php b/src/usr/local/www/index.php
index bd5ec4e..f48e2dd 100644
--- a/src/usr/local/www/index.php
+++ b/src/usr/local/www/index.php
@@ -308,7 +308,7 @@ pfSense_handle_custom_code("/usr/local/pkg/dashboard/pre_dashboard");
<div class="modal-body">
<p>
<?=gettext("This page allows you to customize the information you want to be displayed!");?>
- <?=gettext("To get started click the");?> FIXME <?=gettext("icon to add widgets.");?><br />
+ <?=gettext("To get started click the ");?> <i class="icon icon-plus"> <?=gettext(" icon to add widgets.");?><br />
<br />
<?=gettext("You can move any widget around by clicking and dragging the title.");?>
</p>
OpenPOWER on IntegriCloud