Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
remove ... from git setting dialog title
Browse files Browse the repository at this point in the history
  • Loading branch information
abose committed Jan 14, 2025
1 parent 27b8179 commit 8185d54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions nls/root/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ define({
GIT_PUSH_RESPONSE: "Git Push response",
GIT_REMOTES: "Git remotes",
GIT_SETTINGS: "Git Settings\u2026",
GIT_SETTINGS_TITLE: "Git Settings",
GOTO_NEXT_GIT_CHANGE: "Go to next Git change",
GOTO_PREVIOUS_GIT_CHANGE: "Go to previous Git change",
GUTTER_CLICK_DETAILS: "Click for more details",
Expand Down
2 changes: 1 addition & 1 deletion templates/git-settings-dialog.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div id="git-settings-dialog" class="git modal">
<div class="modal-header">
<h1 class="dialog-title">{{Strings.GIT_SETTINGS}}</h1>
<h1 class="dialog-title">{{Strings.GIT_SETTINGS_TITLE}}</h1>
</div>
<div class="modal-body" style="max-height: fit-content;">
<div>
Expand Down

0 comments on commit 8185d54

Please sign in to comment.