mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Fix const -> let in LocalizableStrings
This needs to be settable outside, so const gives the wrong impression
This commit is contained in:
@@ -11,4 +11,5 @@ export let promptLabel = 'Terminal input';
|
||||
// eslint-disable-next-line prefer-const
|
||||
export let tooMuchOutput = 'Too much output to announce, navigate to rows manually to read';
|
||||
|
||||
export const accessibilityBuffer = 'Accessibility buffer';
|
||||
// eslint-disable-next-line prefer-const
|
||||
export let accessibilityBuffer = 'Accessibility buffer';
|
||||
|
||||
Reference in New Issue
Block a user