remove info button text

frdel committed Mar 8, 2026 at 19:32 UTC eb0595bb3fc043838e4200ae9ce71c19260e802c
1 file changed +1 -1
webui/components/plugins/list/plugin-list.html
+1 -1
@@ -121,7 +121,7 @@
121 class="button"
122 title="Info"
123 @click="$store.pluginListStore.openPluginInfo(plugin)">
124 - <span class="icon material-symbols-outlined">info</span> Info
124 + <span class="icon material-symbols-outlined">info</span>
125 </button>
126 <template x-if="plugin.is_custom">
127 <button type="button"