mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 03:14:39 +03:00
[PR #991] [MERGED] Fix Admin Area translations
#1098
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/991
Author: @rmartinoscar
Created: 2/10/2025
Status: ✅ Merged
Merged: 2/10/2025
Merged by: @notAreYouScared
Base:
main← Head:fix/Translations📝 Commits (10+)
ba07371Fix button26ad7b3Replace array with index2bf13b9Fix Server ToggleInstallService072d8f7FiNodeVersionsCheckf960811Fix CreateWebhookConfiguration5d531e4Fixdatabasehost post_help > port_help5555f17Fix User CreateServerbb76e05Fix Profile language_helpd46bee3Fix Role permission UserResource8a850d1Remove debug & Pint📊 Changes
14 files changed (+21 additions, -17 deletions)
View changed files
📝
app/Checks/NodeVersionsCheck.php(+1 -1)📝
app/Console/Commands/User/DisableTwoFactorCommand.php(+1 -1)📝
app/Filament/Admin/Resources/NodeResource/RelationManagers/AllocationsRelationManager.php(+1 -1)📝
app/Filament/Admin/Resources/ServerResource/Pages/CreateServer.php(+3 -3)📝
app/Filament/Admin/Resources/ServerResource/RelationManagers/AllocationsRelationManager.php(+2 -2)📝
app/Filament/Admin/Resources/WebhookResource/Pages/CreateWebhookConfiguration.php(+3 -3)📝
app/Filament/Pages/Auth/EditProfile.php(+1 -1)📝
app/Filament/Server/Resources/UserResource.php(+1 -1)📝
app/Filament/Server/Resources/UserResource/Pages/ListUsers.php(+1 -1)📝
app/Services/Servers/ToggleInstallService.php(+1 -1)📝
lang/en/admin/databasehost.php(+1 -1)📝
lang/en/admin/node.php(+1 -1)📝
lang/en/admin/server.php(+1 -0)📝
lang/en/exceptions.php(+3 -0)📄 Description
All those were broken.
I really need to switch to phpStorm im fed up with VSCode's terminal glitchs causing garbage commit names
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.