From 593a631a564926b5b118805b8bea13a753e4757d Mon Sep 17 00:00:00 2001 From: Simponic Date: Sat, 28 Jan 2023 22:56:10 -0700 Subject: Ensure board is flipped when starting a game as dark, move some constants to environment variables, minor frontend changes: --- front/src/routes/keys.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'front/src/routes/keys.jsx') diff --git a/front/src/routes/keys.jsx b/front/src/routes/keys.jsx index 4dee1ce..5b50fa9 100644 --- a/front/src/routes/keys.jsx +++ b/front/src/routes/keys.jsx @@ -20,7 +20,7 @@ const KeyCard = ({ onDelete, props }) => { const deleteThisKey = () => { if ( window.confirm( - "Are you sure? This will close all your current ssh sessions." + "Are you sure? This will close all your currently opened ssh sessions." ) ) { fetch(`/api/keys/${id}`, { -- cgit v1.2.3-70-g09d2