mirror of
https://github.com/flarum/core.git
synced 2025-08-09 09:57:06 +02:00
fix: circular dependencies disable all involved extensions (#3785)
This commit is contained in:
@@ -605,6 +605,7 @@ core:
|
||||
|
||||
# These translations are displayed as error messages.
|
||||
error:
|
||||
circular_dependencies_message: "Circular dependencies detected: {extensions}. Aborting. Please disable one of the extensions and try again."
|
||||
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."
|
||||
|
Reference in New Issue
Block a user