Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbenque committed Sep 9, 2021
2 parents 8f03128 + 8390c5b commit 390e38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/common/sframe-common-file.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ define([
h('input#cp-upload-name', {type: 'text', placeholder: defaultFileName, value: defaultFileName}),

h('label', {for: 'cp-upload-alt'}, Messages.upload_addOptionalAlt),
h('input#cp-upload-alt', {type: 'text', placeholder: Messages.upload_modal_alt}),
h('input#cp-upload-alt', {type: 'text', placeholder: Messages.upload_modal_alt, autocomplete: 'off'}),

h('label', {for: 'cp-upload-password'}, Messages.addOptionalPassword),
UI.passwordInput({id: 'cp-upload-password'}),
Expand Down

0 comments on commit 390e38a

Please sign in to comment.