More polish

This commit is contained in:
David Dossett 2024-06-20 16:28:47 -07:00
parent 1e8fba7412
commit 0bb8c91f56
No known key found for this signature in database
GPG key ID: 52AE5593859A97F3
2 changed files with 1 additions and 2 deletions

View file

@ -577,7 +577,7 @@ export class LiveStrategy extends EditModeStrategy {
message = localize('change.0', "Nothing changed.");
} else if (remaining === 1) {
message = needsReview
? localize('review.1', "$(info) Accept or discard change")
? localize('review.1', "Accept or Discard change")
: localize('change.1', "1 change");
} else {
message = needsReview

View file

@ -157,7 +157,6 @@
font-size: 12px;
line-height: 16px;
padding: 2px;
margin: 2px 0;
border-radius: 2px;
}