mirror of
https://github.com/flarum/core.git
synced 2025-08-06 16:36:47 +02:00
chore: Indicate cross-origin request in generic error message (#3669)
* Indicate cross-origin request in generic error message * Run javascript format * Move text to beginning of error message * Update framework/core/locale/core.yml Co-authored-by: David Wheatley <hi@davwheat.dev>
This commit is contained in:
@@ -555,6 +555,7 @@ core:
|
||||
dependent_extensions_message: "Cannot disable {extension} until the following dependent extensions are disabled: {extensions}"
|
||||
extension_initialiation_failed_message: "{extension} failed to initialize, check the browser console for further information."
|
||||
generic_message: "Oops! Something went wrong. Please reload the page and try again."
|
||||
generic_cross_origin_message: "Oops! Something went wrong during a cross-origin request. Please reload the page and try again."
|
||||
missing_dependencies_message: "Cannot enable {extension} until the following dependencies are enabled: {extensions}"
|
||||
not_found_message: The requested resource was not found.
|
||||
payload_too_large_message: The request payload was too large.
|
||||
|
Reference in New Issue
Block a user