Skip to content

Commit e91c605

Browse files
committed
renamed file picker label Choose certificate(s) to Chose file(s).
1 parent 2e12df2 commit e91c605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connect/filereader-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = InputView.extend({
3131
deps: ['inputValue'],
3232
fn: function() {
3333
if (this.inputValue.length === 0) {
34-
return 'Choose certificate(s)';
34+
return 'Choose file(s)';
3535
} else if (this.inputValue.length === 1) {
3636
return path.basename(this.inputValue[0]);
3737
}

0 commit comments

Comments
 (0)