mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 04:33:47 +08:00
Fix order (#174)
This commit is contained in:
parent
3937a95392
commit
3b1466c450
|
@ -438,8 +438,8 @@ core:
|
||||||
# These translations are displayed as error messages.
|
# These translations are displayed as error messages.
|
||||||
error:
|
error:
|
||||||
dependent_extensions_message: "Cannot disable {extension} until the following dependent extensions are disabled: {extensions}"
|
dependent_extensions_message: "Cannot disable {extension} until the following dependent extensions are disabled: {extensions}"
|
||||||
missing_dependencies_message: "Cannot enable {extension} until the following dependencies are enabled: {extensions}"
|
|
||||||
generic_message: "Oops! Something went wrong. Please reload the page and try again."
|
generic_message: "Oops! Something went wrong. 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.
|
not_found_message: The requested resource was not found.
|
||||||
permission_denied_message: You do not have permission to do that.
|
permission_denied_message: You do not have permission to do that.
|
||||||
rate_limit_exceeded_message: You're going a little too quickly. Please try again in a few seconds.
|
rate_limit_exceeded_message: You're going a little too quickly. Please try again in a few seconds.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user