fix(#2248): add new link to popup

keep-around/bb75dd1c73b58d0f55b380f9529e5f59371d068c
Andrei Dekterev 4 years ago
parent c92e9f42a3
commit 273434a209
  1. 2
      Makefile
  2. 1
      src/config/lexics/indexLexics.tsx
  3. 3
      src/features/AuthServiceApp/components/ConfirmPopup/index.tsx
  4. 1
      src/features/AuthServiceApp/components/ConfirmPopup/styled.tsx

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

@ -99,6 +99,7 @@ export const indexLexics = {
available_matches_shown: 13385,
basketball: 6960,
broadcast: 13049,
by_clicking: 17879,
check_connection: 15700,
choose_sport: 17927,
cm: 817,

@ -39,6 +39,9 @@ export const ConfirmPopup = (props: Props) => {
<ScBody>
<ScText>
<T9n t='updated_terms' />
</ScText>
<ScText>
<T9n t='by_clicking' />
<ScLink href={client.termsLink} target='_blank'>
<T9n t='terms_and_conditions' />
</ScLink>&nbsp;

@ -42,6 +42,7 @@ export const ScBody = styled(Body)`
export const ScText = styled.span`
text-align: center;
margin-bottom: 20px;
${isMobileDevice
? css`

Loading…
Cancel
Save