File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments