Skip to content

Commit

Permalink
Update Apply indentations call name
Browse files Browse the repository at this point in the history
  • Loading branch information
ElenaStoeva committed May 14, 2024
1 parent 30fd2d0 commit 845ccf7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,8 @@ export class MonacoEditorActionsProvider {
const autoIndentedText = getAutoIndentedRequests(parsedRequests, selectedText, allText);

this.editor.executeEdits(
i18n.translate('console.monaco.applyIndentationCall', {
defaultMessage: 'Apply indentations.',
i18n.translate('console.monaco.applyIndentationsCallName', {
defaultMessage: 'Apply indentations',
}),
[
{
Expand Down

0 comments on commit 845ccf7

Please sign in to comment.