Skip to content

Commit 77082fd

Browse files
authored
Merge pull request pterodactyl#2979 from zKoz210/patch-5
Remove aria-description
2 parents 7666aee + 4125248 commit 77082fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/scripts/components/server/Console.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ export default () => {
223223
type={'text'}
224224
placeholder={'Type a command...'}
225225
aria-label={'Console command input.'}
226-
aria-description={'Type a command and press enter to send to server.'}
227226
disabled={!instance || !connected}
228227
onKeyDown={handleCommandKeyDown}
229228
/>

0 commit comments

Comments
 (0)