diff --git a/src/_includes/modals/fa5.html b/src/_includes/modals/fa5.html
index dbcd543a0..bcd7d6476 100644
--- a/src/_includes/modals/fa5.html
+++ b/src/_includes/modals/fa5.html
@@ -13,9 +13,9 @@
- Pre-order and get Font Awesome 5 Pro and all stretch goals for just $40!
+ Pre-order and get Font Awesome 5 Pro and ALL stretch goals for just $40!
-
Pre-Order!
diff --git a/src/assets/js/site.js b/src/assets/js/site.js
index cff7af431..c51b29acc 100644
--- a/src/assets/js/site.js
+++ b/src/assets/js/site.js
@@ -44,7 +44,7 @@ $(function () {
$('[data-toggle="tooltip"]').tooltip();
$('[data-toggle="popover"]').popover();
- if (storageAvailable('localStorage') && !localStorage.seenFA5Modal) {
+ if (storageAvailable('localStorage') && !localStorage.seenFA5Modal2) {
$('#modal-fa5')
.modal('toggle')
.on('hidden.bs.modal', function (e) {
@@ -54,7 +54,7 @@ $(function () {
}
if (storageAvailable('localStorage')) {
- localStorage.seenFA5Modal = true;
+ localStorage.seenFA5Modal2 = true;
// Yippee! We can use localStorage awesomeness
}