Skip to content

Commit

Permalink
feat(native-app): add third party error template and use in health ov…
Browse files Browse the repository at this point in the history
…erview (#16860)

* feat: add third party error template and use in health overview

* fix: use arrow function instead of function

---------

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
thoreyjona and kodiakhq[bot] authored Nov 15, 2024
1 parent 17ef240 commit a693022
Show file tree
Hide file tree
Showing 8 changed files with 319 additions and 160 deletions.
3 changes: 3 additions & 0 deletions apps/native/app/src/messages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,9 @@ export const en: TranslatedMessages = {
'problem.offline.title': 'No internet connection',
'problem.offline.message':
'An error occurred while communicating with the service provider',
'problem.thirdParty.title': 'No connection',
'problem.thirdParty.message':
'An error occurred while communicating with the service provider',

// passkeys
'passkeys.headingTitle': 'Sign in with Island.is app',
Expand Down
2 changes: 2 additions & 0 deletions apps/native/app/src/messages/is.ts
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,8 @@ export const is = {
'Ef þú telur þig eiga gögn sem ættu að birtast hér, vinsamlegast hafðu samband við þjónustuaðila.',
'problem.offline.title': 'Samband næst ekki',
'problem.offline.message': 'Villa kom upp í samskiptum við þjónustuaðila',
'problem.thirdParty.title': 'Samband næst ekki',
'problem.thirdParty.message': 'Villa kom upp í samskiptum við þjónustuaðila',

// passkeys
'passkeys.headingTitle': 'Innskrá með Ísland.is appinu',
Expand Down
Loading

0 comments on commit a693022

Please sign in to comment.