Skip to content

Commit 90c1100

Browse files
authored
no active games phrase fixed
1 parent 58d8b3f commit 90c1100

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/app/assets/js/widgets/containers/GameList.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ class GameList extends React.Component {
185185
if (_.isEmpty(activeGames)) {
186186
return (
187187
<div className="text-center">
188-
<p className="p-2">Not have active games now</p>
188+
<p className="p-2">There are no active games right now</p>
189189
{this.renderStartNewGameSelector()}
190190
</div>
191191
);

0 commit comments

Comments
 (0)