Skip to content

Commit 7a40117

Browse files
committed
Grammar is hard
- StreamInfoModal.js: Updated offline verbiage - package.json: Bumped to 2.0.1
1 parent 0b2645f commit 7a40117

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dirty-raid",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/kfitzgerald/dirty-raid"

src/streams/StreamInfoModal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export default function StreamInfoModal({ selectedStream, selectedUserId, lastUp
7979
<Row>
8080
<Col>
8181
<Alert variant="danger">
82-
<i className="bi bi-exclamation-diamond"/> This channel is not online!
82+
<i className="bi bi-exclamation-diamond"/> This channel is offline!
8383
</Alert>
8484
</Col>
8585
</Row>

0 commit comments

Comments
 (0)