diff options
| author | taehoon <th.dev91@gmail.com> | 2019-02-26 12:26:04 -0500 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-02-26 12:26:04 -0500 |
| commit | b78227456ea6b1a80cd85988d3ef91cb654a881c (patch) | |
| tree | 602ae896a74fb55a0a7ed6ebd14413a60809e53a /src/i18n | |
| parent | e687b58091bcedb6f3a56d94030fa312e51830d5 (diff) | |
Better error handling
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index c482ecb6..9fdd1692 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -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", |
