diff --git a/src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt b/src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt
index 7fa0c4c04..08b172842 100644
--- a/src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt
+++ b/src/opnsense/mvc/app/views/OPNsense/Core/firmware.volt
@@ -213,13 +213,13 @@ POSSIBILITY OF SUCH DAMAGE.
'
' + row['comment'] + ' | ' +
'' +
' ' + (row['locked'] === '1' ?
- ' | ' +
''
@@ -241,11 +241,11 @@ POSSIBILITY OF SUCH DAMAGE.
'' + row['comment'] + ' | ' +
'' + (row['name'] in installed ?
'' +
+ ' data-toggle="tooltip" title="Remove ' + row['name'] + '">' +
'' +
'' :
'' +
+ ' data-toggle="tooltip" title="Install ' + row['name'] + '">' +
'' +
''
) + ' | ' + ''