mirror of
https://github.com/flarum/core.git
synced 2025-08-08 01:16:52 +02:00
ExtensionPage: rename "Uninstall" to "Purge" (#3123)
https://i.imgur.com/aOOkqhk.png
This commit is contained in:
committed by
GitHub
parent
1ff239df80
commit
227177d0a9
@@ -115,7 +115,7 @@ core:
|
||||
# These translations are used on default extension pages.
|
||||
extension:
|
||||
configure_scopes: Configure Scopes
|
||||
confirm_uninstall: Uninstalling will remove all database entries and assets related to the extension. Are you sure you want to continue?
|
||||
confirm_purge: Purging will remove all database entries and assets related to the extension. It will not uninstall the extension; that must be done via Composer. Are you sure you want to continue?
|
||||
disabled: Disabled
|
||||
enable_to_see: Enable the extension to view and change settings.
|
||||
enabled: Enabled
|
||||
@@ -130,7 +130,7 @@ core:
|
||||
no_settings: This extension has no settings.
|
||||
open_modal: Open Settings
|
||||
permissions_title: Permissions
|
||||
uninstall_button: Uninstall
|
||||
purge_button: Purge
|
||||
|
||||
# These translations are used in the secondary header.
|
||||
header:
|
||||
|
Reference in New Issue
Block a user