diff --git a/_locales/en/messages.json b/_locales/en/messages.json index df58ec97..95c6ce81 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -415,8 +415,13 @@ } }, "installUpdateFromLabel": { - "message": "Install update from this URL", - "description": "Label for the checkbox to save current URL for update check" + "message": "Install update from $url$", + "description": "Label for the checkbox to save current URL for update check", + "placeholders": { + "url": { + "content": "$1" + } + } }, "license": { "message": "License", diff --git a/edit.html b/edit.html index 5882e907..09c3a602 100644 --- a/edit.html +++ b/edit.html @@ -59,6 +59,9 @@ + + +