Skip to content

Commit

Permalink
Fix string
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesmet committed Feb 10, 2025
1 parent 408f172 commit defe7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webview_provider/docsEditPanel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ export class DocsEditViewPanel implements WebviewViewProvider {
}
if (successfulSaves.length > 0) {
window.showInformationMessage(
`Successfully saved: ${Array.from(new Set(successfulSaves)).join(", ")}`,
`Successfully propagated to: ${Array.from(new Set(successfulSaves)).join(", ")}`,
);
this.altimateRequest.bulkDocsPropCredit({
num_columns: message.numColumns,
Expand Down

0 comments on commit defe7f9

Please sign in to comment.