diff options
| author | taehoon <th.dev91@gmail.com> | 2019-03-20 13:46:53 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-05-03 11:40:05 -0400 |
| commit | 5d0bae5569071dbfb6fe038325af620eb83cf865 (patch) | |
| tree | f3d8e18b5782f13325b131b0b6cff845ff189a70 /src | |
| parent | d115d98a1b0be846bddd1d24d7bd2c60a7d965ec (diff) | |
update generic error message
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/user_reporting_modal/user_reporting_modal.vue | 1 | ||||
| -rw-r--r-- | src/i18n/en.json | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/components/user_reporting_modal/user_reporting_modal.vue b/src/components/user_reporting_modal/user_reporting_modal.vue index 6ad4de17..fd9dd797 100644 --- a/src/components/user_reporting_modal/user_reporting_modal.vue +++ b/src/components/user_reporting_modal/user_reporting_modal.vue @@ -90,6 +90,7 @@ .alert { margin: 1em 0 0 0; + line-height: 1.3em; } } diff --git a/src/i18n/en.json b/src/i18n/en.json index 731c68b4..f7a52c90 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -460,7 +460,7 @@ "forward_description": "The account is from another server. Send an anonymized copy of the report there as well?", "forward_to": "Forward to {0}", "submit": "Submit", - "generic_error": "An error occured processing your request." + "generic_error": "An error occurred while processing your request." }, "who_to_follow": { "more": "More", |
