infopopup copy more general

This commit is contained in:
Lachlan Kermode
2020-06-30 13:33:32 +02:00
parent a708fd5670
commit 1ecc5b763a
2 changed files with 5 additions and 6 deletions

View File

@@ -94,12 +94,11 @@
"default": {
"header": "Navigating the Platform",
"intro": [
"Each event represents an occurence that is distinct in either time, space, or both. An event is represented by a coloured circle on both the map and the timeline.",
"Select an event to reveal its content and sources. You can filter events by category or other specified filters in the top left toolbar.",
"Narratives compose events to reveal logical threads that emerge from them. Transition to narrative mode by selecting a narrative from the top left dashboard icon."
"Each event represents an occurence that is distinct in time or space, or both. An event is represented by a coloured circle on both the map and the timeline.",
"Select an event to reveal its content and sources. You can filter events by category or other specified filters in the top left toolbar."
],
"notation": "Combinations of colours indicate multiple events in a single location.",
"arrows": "Arrows indicate physical movement between events."
"notation": "Combinations of colours within a circle indicate multiple events in a single location.",
"arrows": "Use the left/right arrows on the keboard to move back and forth between events in time."
}
},
"toolbar": {

View File

@@ -84,7 +84,7 @@ export default ({ ui, app, methods }) => {
</div>
<br />
<div>
<p>In narrative mode, arrows indicate physical movement between two events.</p>
<p>{copy[app.language].legend.default.arrows}</p>
</div>
{