We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e84db commit bb848e7Copy full SHA for bb848e7
1 file changed
src/app/containers/CounterPage.tsx
@@ -37,7 +37,7 @@ class CounterPage extends React.Component<IProps> {
37
{translations.increment}
38
</button>
39
<button name="decBtn" onClick={decrement} disabled={count <= 0}>
40
- {translations.increment}
+ {translations.decrement}
41
42
<p>{count}</p>
43
</div>
0 commit comments