We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca808a commit f4779a6Copy full SHA for f4779a6
2 files changed
jacfarm-frontend/src/pages/Flags.tsx
@@ -75,7 +75,7 @@ export const FlagsPage = () => {
75
</div>
76
77
78
- <Modal title="Добавить флаг" ModalBody={<AddModal loadFlags={loadFlags}/>}/>
+ <Modal title="Add flag" ModalBody={<AddModal loadFlags={loadFlags}/>}/>
79
</>
80
)
81
}
jacfarm-frontend/src/pages/Teams.tsx
@@ -101,7 +101,7 @@ export const TeamsPage = () => {
101
102
103
<Modal
104
- title="Добавить команду"
+ title="Add team"
105
ModalBody={<AddTeamModal loadTeams={loadTeams} />}
106
/>
107
0 commit comments