summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorGeorgios Andreadis <info@gandreadis.com>2020-07-01 14:34:56 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2020-08-24 19:47:20 +0200
commit88166f393012d9b231c36461556f92e99bb7f985 (patch)
treef7b676a7f8aab980630c58bc71304d94ec177a95 /frontend
parent85901acea556c69891b13ab7299cd62445292c7a (diff)
Fix deletion
Diffstat (limited to 'frontend')
-rw-r--r--frontend/src/components/simulations/SimulationActionButtons.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/simulations/SimulationActionButtons.js b/frontend/src/components/simulations/SimulationActionButtons.js
index 515047c4..3395cdeb 100644
--- a/frontend/src/components/simulations/SimulationActionButtons.js
+++ b/frontend/src/components/simulations/SimulationActionButtons.js
@@ -13,7 +13,7 @@ const SimulationActionButtons = ({ simulationId, onViewUsers, onDelete }) => (
</Link>
<div
className="btn btn-outline-success btn-sm disabled mr-2"
- title="View and edit collaborators (not supported yet)"
+ title="View and edit collaborators (not supported currently)"
onClick={() => onViewUsers(simulationId)}
>
<span className="fa fa-users"/>