mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-07 06:52:28 +00:00
fix(web): harden clipboard copy and terminal paste flows (#187)
This commit is contained in:
@@ -88,6 +88,7 @@ export default {
|
||||
'button.close': 'Close',
|
||||
'button.dismiss': 'Dismiss',
|
||||
'button.copy': 'Copy',
|
||||
'button.paste': 'Paste',
|
||||
|
||||
// New session form
|
||||
'newSession.machine': 'Machine',
|
||||
@@ -136,6 +137,9 @@ export default {
|
||||
'terminal.commandArgs': 'Command args',
|
||||
'terminal.stdout': 'Stdout',
|
||||
'terminal.stderr': 'Stderr',
|
||||
'terminal.paste.fallbackTitle': 'Paste input',
|
||||
'terminal.paste.fallbackDescription': 'Clipboard read is unavailable. Paste your text below.',
|
||||
'terminal.paste.placeholder': 'Paste terminal input here…',
|
||||
|
||||
// Code block
|
||||
'code.copy': 'Copy',
|
||||
|
||||
Reference in New Issue
Block a user