File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/export_command/wikimedia_function Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,12 +95,12 @@ export function postPageFactory() {
9595 let wikiSummary : string | undefined = await vscode . window . showInputBox ( {
9696 ignoreFocusOut : true ,
9797 prompt : 'Enter the summary of this edit action.' ,
98- placeHolder : '// Edit via Wikitext Extension for VSCode'
98+ placeHolder : '// via Wikitext Extension for VSCode'
9999 } ) ;
100100 if ( wikiSummary === undefined ) {
101101 return undefined ;
102102 }
103- wikiSummary = `${ wikiSummary } // Edit via Wikitext Extension for VSCode` . trim ( ) ;
103+ wikiSummary = `${ wikiSummary } // via Wikitext Extension for VSCode` . trim ( ) ;
104104 const barMessage : vscode . Disposable = vscode . window . setStatusBarMessage ( "Wikitext: Posting..." ) ;
105105 try {
106106 const args : Record < string , string > = {
You can’t perform that action at this time.
0 commit comments