Skip to content

Commit

Permalink
Adjust Firefox warning message
Browse files Browse the repository at this point in the history
(reference #55)
  • Loading branch information
piotrzarzycki21 committed May 15, 2024
1 parent 7f7ec72 commit a4b776a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package controller

if (browser.name != "Firefox")
{
var browserSnackbar:Snackbar = Snackbar.show("It appears you're currently using a browser other than Firefox. For the optimum experience and full compatibility with all the features of our app, we highly recommend utilizing Firefox.",
var browserSnackbar:Snackbar = Snackbar.show("It appears you are currently using a browser other than Firefox. For the optimum experience and full compatibility with all the features of our app, we highly recommend using Firefox.",
0, "Close");
}
}
Expand Down

0 comments on commit a4b776a

Please sign in to comment.