We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Choose certificate(s)
Chose file(s)
1 parent 2e12df2 commit e91c605Copy full SHA for e91c605
src/connect/filereader-view.js
@@ -31,7 +31,7 @@ module.exports = InputView.extend({
31
deps: ['inputValue'],
32
fn: function() {
33
if (this.inputValue.length === 0) {
34
- return 'Choose certificate(s)';
+ return 'Choose file(s)';
35
} else if (this.inputValue.length === 1) {
36
return path.basename(this.inputValue[0]);
37
}
0 commit comments