shorten install button text

This commit is contained in:
Andrew Dolgov 2021-03-04 15:59:13 +03:00
parent f90531ae40
commit 9b8b07376f
1 changed files with 1 additions and 1 deletions

View File

@ -452,7 +452,7 @@ const Helpers = {
container.innerHTML += `
<li data-row-value="${App.escapeHtml(plugin.name)}">
${App.FormFields.button_tag(__('Install plugin'), "", {class: 'alt-primary pull-right',
${App.FormFields.button_tag(__('Install'), "", {class: 'alt-primary pull-right',
onclick: `App.dialogOf(this).performInstall("${App.escapeHtml(plugin.name)}")`})}
<h3 style="margin-top: 0">${plugin.name}