Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit d11f015

Browse files
committed
Merge pull request #8715 from Denisov21/patch-12
Update themes-settings.html and strings.js
2 parents b5fa44a + 143aa0a commit d11f015

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/htmlContent/themes-settings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="theme-settings modal">
22
<div class="modal-header">
3-
<h1 class="dialog-title">Themes Settings</h1>
3+
<h1 class="dialog-title">{{Strings.THEMES_SETTINGS}}</h1>
44
</div>
55
<div class="modal-body">
66
<form class="form-horizontal">

src/nls/root/strings.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ define({
427427
"USE_THEME_SCROLLBARS" : "Use Theme Scrollbars",
428428
"FONT_SIZE" : "Font Size",
429429
"FONT_FAMILY" : "Font Family",
430+
"THEMES_SETTINGS" : "Themes Settings",
430431

431432
// CSS Quick Edit
432433
"BUTTON_NEW_RULE" : "New Rule",

0 commit comments

Comments
 (0)