Skip to content

Commit

Permalink
chore: [IOBP-1049] Edit insufficient availability error outcome title (
Browse files Browse the repository at this point in the history
…#6488)

## Short description
This PR edits the text to show when there is an insufficient
availability error outcome.

## List of changes proposed in this pull request
- Changed locales
  • Loading branch information
Hantex9 authored Dec 4, 2024
1 parent 2a7cd4d commit 10b56d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ios/ItaliaApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,4 @@
<key>UIUserInterfaceStyle</key>
<string>Light</string>
</dict>
</plist>
</plist>
2 changes: 1 addition & 1 deletion locales/en/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1981,7 +1981,7 @@ wallet:
title: Hai interrotto il pagamento
subtitle: Verifica l’esito dalla sezione Pagamenti. Se intendi pagare, attendi qualche minuto prima di riprovare.
INSUFFICIENT_AVAILABILITY_ERROR:
title: Il saldo è insufficiente
title: Il saldo della tua carta è insufficiente
subtitle: Non è stato addebitato alcun importo. Prima di riprovare, aggiungi fondi alla carta o usa un altro metodo di pagamento.
CVV_ERROR:
title: Il codice di sicurezza inserito è errato
Expand Down
2 changes: 1 addition & 1 deletion locales/it/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1981,7 +1981,7 @@ wallet:
title: Hai interrotto il pagamento
subtitle: Verifica l’esito dalla sezione Pagamenti. Se intendi pagare, attendi qualche minuto prima di riprovare.
INSUFFICIENT_AVAILABILITY_ERROR:
title: Il saldo è insufficiente
title: Il saldo della tua carta è insufficiente
subtitle: Non è stato addebitato alcun importo. Prima di riprovare, aggiungi fondi alla carta o usa un altro metodo di pagamento.
CVV_ERROR:
title: Il codice di sicurezza inserito è errato
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50130,7 +50130,7 @@ exports[`WalletPaymentOutcomeScreen for all outcomes should render the WalletPay
]
}
>
Il saldo è insufficiente
Il saldo della tua carta è insufficiente
</Text>
<View
style={
Expand Down

0 comments on commit 10b56d6

Please sign in to comment.