dashboard: Make titles of Swap and Mbuf shorter so there is no line break that increases the size of the widget. (#7736)

This commit is contained in:
Monviech 2024-08-07 09:16:32 +02:00 committed by GitHub
parent a7043565d6
commit 670c98fdff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -138,7 +138,7 @@
<endpoint>/api/diagnostics/system/system_mbuf</endpoint>
</endpoints>
<translations>
<title>Mbuf Usage</title>
<title>Mbuf</title>
<used>Used</used>
<free>Free</free>
</translations>
@ -149,7 +149,7 @@
<endpoint>/api/diagnostics/system/system_swap</endpoint>
</endpoints>
<translations>
<title>Swap Usage</title>
<title>Swap</title>
<used>Used</used>
<free>Free</free>
</translations>