diff --git a/src/Mod/Hub/Lang/en_GB/hub.php b/src/Mod/Hub/Lang/en_GB/hub.php index fd3278c..65e6dbf 100644 --- a/src/Mod/Hub/Lang/en_GB/hub.php +++ b/src/Mod/Hub/Lang/en_GB/hub.php @@ -652,7 +652,11 @@ return [ 'profile_updated' => 'Profile updated successfully.', 'preferences_updated' => 'Preferences saved.', 'password_updated' => 'Password changed successfully.', - 'two_factor_upgrading' => 'Two-factor authentication is currently being upgraded. Please try again later.', + 'two_factor_enabled' => 'Two-factor authentication has been enabled.', + 'two_factor_disabled' => 'Two-factor authentication has been disabled.', + 'two_factor_invalid_code' => 'The verification code is invalid.', + 'two_factor_codes_regenerated' => 'Recovery codes have been regenerated.', + 'two_factor_unavailable' => 'Two-factor authentication is not available for your account.', 'deletion_scheduled' => 'Account deletion scheduled. Check your email for options.', 'deletion_cancelled' => 'Account deletion has been cancelled.', ], diff --git a/src/Website/Hub/View/Blade/admin/boost-purchase.blade.php b/src/Website/Hub/View/Blade/admin/boost-purchase.blade.php deleted file mode 100644 index e6fb1ea..0000000 --- a/src/Website/Hub/View/Blade/admin/boost-purchase.blade.php +++ /dev/null @@ -1,90 +0,0 @@ -
{{ __('hub::hub.boosts.subtitle') }}
-- {{ $boost['description'] }} -
-{{ __('hub::hub.boosts.empty.title') }}
-{{ __('hub::hub.boosts.empty.hint') }}
-