We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea70d9f commit 8c57eb0Copy full SHA for 8c57eb0
2 files changed
src/nls/root/strings.js
@@ -1706,6 +1706,7 @@ define({
1706
// license dialogs
1707
"MANAGE_LICENSE_DIALOG_TITLE": "Manage Device License",
1708
"LICENSE_KEY": "License Key",
1709
+ "LICENSE_KEY_PLACEHOLDER": "Enter your license key...",
1710
"LICENSE_KEY_ACTIVATE": "Activate License",
1711
"LICENSE_KEY_ACTIVATING": "Activating\u2026",
1712
"LICENSE_KEY_CURRENT": "Current Device License",
src/services/html/license-management.html
@@ -14,7 +14,7 @@ <h1 class="dialog-title">{{Strings.MANAGE_LICENSE_DIALOG_TITLE}}</h1>
14
type="text"
15
id="license-key-input"
16
class="license-form-input"
17
- placeholder="Enter your license key..."
+ placeholder="{{Strings.LICENSE_KEY_PLACEHOLDER}}"
18
/>
19
</div>
20
<button
0 commit comments