1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:35:56 +00:00

shorten install button text

This commit is contained in:
Andrew Dolgov
2021-03-04 15:59:13 +03:00
parent f90531ae40
commit 9b8b07376f

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}