summaryrefslogtreecommitdiff
path: root/src/components/simulations
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-22 13:39:50 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-23 10:06:07 +0200
commitd628e0ac5162bb1baeb16fcf21b688d37bbff758 (patch)
treea26163a319e60e2a99893aadfe7f1cd6fad9363f /src/components/simulations
parent5633c36d49c4ffd61688b0d05182934973fdd3ce (diff)
Implement dynamic web page document title change
Diffstat (limited to 'src/components/simulations')
-rw-r--r--src/components/simulations/SimulationActionButtons.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/simulations/SimulationActionButtons.js b/src/components/simulations/SimulationActionButtons.js
index 9598513a..743b1f3c 100644
--- a/src/components/simulations/SimulationActionButtons.js
+++ b/src/components/simulations/SimulationActionButtons.js
@@ -13,7 +13,7 @@ const SimulationActionButtons = ({simulationId, onViewUsers, onDelete}) => (
</Link>
<div
className="btn btn-outline-success btn-sm mr-2"
- title="View and edit collaborators"
+ title="View and edit collaborators (not supported yet)"
onClick={() => onViewUsers(simulationId)}
>
<span className="fa fa-users"/>