Cut secret input UI messages
| @@ -575,11 +575,11 @@ async function openKeyManagerDialog(key) { | ||
| 575 | 575 | template.find('button[data-action="add-secret"]').on('click', async function () { |
| 576 | 576 | let label = ''; |
| 577 | 577 | let result = POPUP_RESULT.CANCELLED; |
| 578 | 578 | const value = await Popup.show.input(t`Add Secret`, t`Enter the secretSecret value (can be empty):`, '', { |
| 579 | 579 | customInputs: [{ |
| 580 | 580 | id: 'newSecretLabel', |
| 581 | 581 | type: 'text', |
| 582 | 582 | label: t`Enter a label for the secretLabel (optional):`, |
| 583 | 583 | }], |
| 584 | 584 | onClose: popup => { |
| 585 | 585 | if (popup.result) { |