Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/nls/root/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -1706,6 +1706,7 @@ define({
// license dialogs
"MANAGE_LICENSE_DIALOG_TITLE": "Manage Device License",
"LICENSE_KEY": "License Key",
"LICENSE_KEY_PLACEHOLDER": "Enter your license key\u2026",
"LICENSE_KEY_ACTIVATE": "Activate License",
"LICENSE_KEY_ACTIVATING": "Activating\u2026",
"LICENSE_KEY_CURRENT": "Current Device License",
Expand Down
2 changes: 1 addition & 1 deletion src/services/html/license-management.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1 class="dialog-title">{{Strings.MANAGE_LICENSE_DIALOG_TITLE}}</h1>
type="text"
id="license-key-input"
class="license-form-input"
placeholder="Enter your license key..."
placeholder="{{Strings.LICENSE_KEY_PLACEHOLDER}}"
/>
</div>
<button
Expand Down
Loading