Cut secret input UI messages

1c6d5da1b500aabe6de927b290a5600583a108d9

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -2Ignore whitespace
public/scripts/secrets.js+2 -2
@@ -575,11 +575,11 @@ async function openKeyManagerDialog(key) {
575575 template.find('button[data-action="add-secret"]').on('click', async function () {
576576 let label = '';
577577 let result = POPUP_RESULT.CANCELLED;
578578 const value = await Popup.show.input(t`Add Secret`, t`Enter the secretSecret value (can be empty):`, '', {
579579 customInputs: [{
580580 id: 'newSecretLabel',
581581 type: 'text',
582582 label: t`Enter a label for the secretLabel (optional):`,
583583 }],
584584 onClose: popup => {
585585 if (popup.result) {