Skip to content

Commit edc5ee3

Browse files
authored
more diacritics (#185)
1 parent fbf1f6f commit edc5ee3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/form/form.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ export const Form = ({ data, evaluateForm, onFinishingForm }) => {
201201
return (
202202
<div className="level-item">
203203
<Button inverted={true} onClick={goToPreviousQuestion}>
204-
Inapoi
204+
Înapoi
205205
</Button>
206206
</div>
207207
);
@@ -214,7 +214,7 @@ export const Form = ({ data, evaluateForm, onFinishingForm }) => {
214214
onClick={goToNextQuestion}
215215
disabled={isWaitingForChoice()}
216216
>
217-
Inainte
217+
Înainte
218218
</Button>
219219
</div>
220220
);
@@ -253,7 +253,7 @@ export const Form = ({ data, evaluateForm, onFinishingForm }) => {
253253
<div className="level action-buttons">
254254
<div className="level-left">
255255
<Button inverted={true} onClick={startForm} className={"start"}>
256-
Incepe testul
256+
Începe testul
257257
</Button>
258258
</div>
259259
</div>

0 commit comments

Comments
 (0)