Skip to content

Commit 411a6ff

Browse files
ergunshDevtools-frontend LUCI CQ
authored andcommitted
[PatchWidget] Rename change summary to unsaved changes
Bug: none Change-Id: Ibeb71c55533694231fee3855ec735a688a3b5c79 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6330287 Auto-Submit: Ergün Erdoğmuş <[email protected]> Commit-Queue: Ergün Erdoğmuş <[email protected]> Reviewed-by: Alex Rudenko <[email protected]> Commit-Queue: Alex Rudenko <[email protected]>
1 parent 3a86864 commit 411a6ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

front_end/panels/ai_assistance/PatchWidget.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ import {SelectWorkspaceDialog} from './SelectWorkspaceDialog.js';
3030
*/
3131
const UIStringsNotTranslate = {
3232
/**
33-
*@description Text displayed for showing change summary view.
33+
*@description Text displayed for showing patch widget view.
3434
*/
35-
changeSummary: 'Changes summary',
35+
unsavedChanges: 'Unsaved changes',
3636
/**
3737
*@description Loading text displayed as a summary title when the patch suggestion is getting loaded
3838
*/
@@ -147,7 +147,7 @@ export class PatchWidget extends UI.Widget.Widget {
147147
return html`
148148
<devtools-icon class="difference-icon" .name=${'pen-spark'}></devtools-icon>
149149
<span class="header-text">
150-
${lockedString(UIStringsNotTranslate.changeSummary)}
150+
${lockedString(UIStringsNotTranslate.unsavedChanges)}
151151
</span>
152152
`;
153153
}

0 commit comments

Comments
 (0)