Skip to content

Commit f46a97c

Browse files
PurpleIsEverythingDaneEveritt
authored andcommitted
Fix language files after permission change. (pterodactyl#979)
1 parent 5f3fdb6 commit f46a97c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

resources/lang/de/server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
'title' => 'Send Console Command',
125125
'description' => 'Der User darf die Konsole benutzen.',
126126
],
127-
'view_sftp' => [
127+
'access_sftp' => [
128128
'title' => 'SFTP erlaubt',
129129
'description' => 'Ermöglicht dem Benutzer, eine Verbindung mit dem vom Daemon bereitgestellten SFTP-Server herzustellen.',
130130
],

resources/lang/en/server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
'title' => 'Send Console Command',
129129
'description' => 'Allows sending a command from the console. If the user does not have stop or restart permissions they cannot send the application\'s stop command.',
130130
],
131-
'view_sftp' => [
131+
'access_sftp' => [
132132
'title' => 'SFTP Allowed',
133133
'description' => 'Allows user to connect to the SFTP server provided by the daemon.',
134134
],

resources/lang/es/server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
'title' => 'Enviar Comandos De La Consola',
125125
'description' => 'Permite el envío de un comando desde la consola. Si el usuario no tiene permiso para detener o reiniciar, no puede enviar el comando de detención de la aplicación.',
126126
],
127-
'view_sftp' => [
127+
'access_sftp' => [
128128
'title' => 'SFTP permitido',
129129
'description' => 'Permite al usuario conectarse al servidor SFTP proporcionado por el daemon.',
130130
],

0 commit comments

Comments
 (0)