chore(#2239): change lexic for team

keep-around/3189b32b0ce61b4342bca70f0fdab45b7ed3dfef
Andrei Dekterev 4 years ago
parent 8fc17b8fc4
commit 396f7291b8
  1. 2
      Makefile
  2. 2
      src/features/TournamentsPopup/index.tsx

@ -82,7 +82,7 @@ stage: build
rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@staging.instat.tv:/usr/local/www/ott-staging/wwwroot/
a-stage: build
rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@10.0.3.8:/usr/local/www/ott-staging/a-wwwroot/
rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@staging.instat.tv:/usr/local/www/ott-staging/a-wwwroot/
b-stage: build
rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@staging.instat.tv:/usr/local/www/ott-staging/b-wwwroot/

@ -300,7 +300,7 @@ export const TournamentsPopup = () => {
</ScTournamentList>
<ScTournamentList>
<ScHeaderTitle>
<T9n t='my_tournaments' />
<T9n t='my_teams' />
</ScHeaderTitle>
<ScList>
{teams.map((team) => (

Loading…
Cancel
Save