forked from AkkomaGang/akkoma-fe
update generic error message
This commit is contained in:
parent
d115d98a1b
commit
5d0bae5569
2 changed files with 2 additions and 1 deletions
|
@ -90,6 +90,7 @@
|
||||||
|
|
||||||
.alert {
|
.alert {
|
||||||
margin: 1em 0 0 0;
|
margin: 1em 0 0 0;
|
||||||
|
line-height: 1.3em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -460,7 +460,7 @@
|
||||||
"forward_description": "The account is from another server. Send an anonymized copy of the report there as well?",
|
"forward_description": "The account is from another server. Send an anonymized copy of the report there as well?",
|
||||||
"forward_to": "Forward to {0}",
|
"forward_to": "Forward to {0}",
|
||||||
"submit": "Submit",
|
"submit": "Submit",
|
||||||
"generic_error": "An error occured processing your request."
|
"generic_error": "An error occurred while processing your request."
|
||||||
},
|
},
|
||||||
"who_to_follow": {
|
"who_to_follow": {
|
||||||
"more": "More",
|
"more": "More",
|
||||||
|
|
Loading…
Reference in a new issue