Merge branch '386-display-invalid-user-profile' into 'develop'
Show error message when visit profile page of invalid user Closes #386 See merge request pleroma/pleroma-fe!606
This commit is contained in:
commit
dc01f90dde
6 changed files with 46 additions and 4 deletions
|
@ -390,7 +390,9 @@
|
|||
"mute_progress": "Muting..."
|
||||
},
|
||||
"user_profile": {
|
||||
"timeline_title": "User Timeline"
|
||||
"timeline_title": "User Timeline",
|
||||
"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