Adding a dash to the Preview download popup (#250)

Do I win the "Least Impactful PR Ever" award?
This commit is contained in:
specterflare 2020-07-01 22:52:12 -04:00 committed by GitHub
parent 22fa4394bb
commit 7fbb66a595
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -208,7 +208,7 @@ export default {
icon: "warning",
title: "Are you sure?",
html:
"<strong>Preview</strong> is not recommended if you're not willing to test for and endure issues.",
"<strong>Preview</strong> is not recommended if you're not willing to test for and endure issues.",
confirmButtonText: "I am sure.",
showCloseButton: true,
showCancelButton: false,