Skip to content

Commit

Permalink
refactor(app, l10n): Remove unused strings
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianWagner2 committed Jul 30, 2022
1 parent 46a3cdc commit a886906
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions app/lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
@@ -1,20 +1,8 @@
{
"app_feature_coming_soon": "Have a little patience, this feature is coming soon!",

"auth_choose_lab": "Please select your lab",
"auth_sign_in": "Sign in",
"auth_success": "Successfully imported data",

"err_could_not_launch": "Could not launch {url}",
"@err_could_not_launch": {
"description": "Error message when (auth-related) url cannot be launched.",
"placeholders": {
"url": {
"type": "String",
"example": "https://www.google.de"
}
}
},
"err_could_not_retrieve_access_token": "An unexpected error occurred while retrieving the access token",
"err_fetch_user_data_failed": "An unexpected error occurred while fetching your genomic data",
"err_generic": "Error!",
Expand Down

0 comments on commit a886906

Please sign in to comment.