Skip to content

Commit bb848e7

Browse files
committed
fix: wrong translation
1 parent b2e84db commit bb848e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/containers/CounterPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class CounterPage extends React.Component<IProps> {
3737
{translations.increment}
3838
</button>
3939
<button name="decBtn" onClick={decrement} disabled={count <= 0}>
40-
{translations.increment}
40+
{translations.decrement}
4141
</button>
4242
<p>{count}</p>
4343
</div>

0 commit comments

Comments
 (0)