Skip to content

Commit 5525418

Browse files
committed
fix: license management placeholder string not localized
1 parent ea70d9f commit 5525418

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/nls/root/strings.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1706,6 +1706,7 @@ define({
17061706
// license dialogs
17071707
"MANAGE_LICENSE_DIALOG_TITLE": "Manage Device License",
17081708
"LICENSE_KEY": "License Key",
1709+
"LICENSE_KEY_PLACEHOLDER": "Enter your license key...",
17091710
"LICENSE_KEY_ACTIVATE": "Activate License",
17101711
"LICENSE_KEY_ACTIVATING": "Activating\u2026",
17111712
"LICENSE_KEY_CURRENT": "Current Device License",

src/services/html/license-management.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1 class="dialog-title">{{Strings.MANAGE_LICENSE_DIALOG_TITLE}}</h1>
1414
type="text"
1515
id="license-key-input"
1616
class="license-form-input"
17-
placeholder="Enter your license key..."
17+
placeholder="{{Strings.LICENSE_KEY_PLACEHOLDER}}"
1818
/>
1919
</div>
2020
<button

0 commit comments

Comments
 (0)