Better error handling
This commit is contained in:
parent
e687b58091
commit
b78227456e
5 changed files with 36 additions and 10 deletions
|
@ -384,7 +384,8 @@
|
|||
},
|
||||
"user_profile": {
|
||||
"timeline_title": "User Timeline",
|
||||
"profile_does_not_exist": "Sorry, this profile does not exist."
|
||||
"profile_does_not_exist": "Sorry, this profile does not exist.",
|
||||
"profile_loading_error": "Sorry, there was an error loading this profile."
|
||||
},
|
||||
"who_to_follow": {
|
||||
"more": "More",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue