summaryrefslogtreecommitdiff
path: root/front/src/routes/keys.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'front/src/routes/keys.jsx')
-rw-r--r--front/src/routes/keys.jsx2
1 files changed, 1 insertions, 1 deletions
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}`, {