Skip to content

Commit f4779a6

Browse files
committed
feat: update ui lang to english
1 parent eca808a commit f4779a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

jacfarm-frontend/src/pages/Flags.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export const FlagsPage = () => {
7575
</div>
7676
</div>
7777
</div>
78-
<Modal title="Добавить флаг" ModalBody={<AddModal loadFlags={loadFlags}/>}/>
78+
<Modal title="Add flag" ModalBody={<AddModal loadFlags={loadFlags}/>}/>
7979
</>
8080
)
8181
}

jacfarm-frontend/src/pages/Teams.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export const TeamsPage = () => {
101101
</div>
102102

103103
<Modal
104-
title="Добавить команду"
104+
title="Add team"
105105
ModalBody={<AddTeamModal loadTeams={loadTeams} />}
106106
/>
107107
</>

0 commit comments

Comments
 (0)