storage info improved. see #580

This commit is contained in:
mic 2026-03-29 22:41:05 +02:00
parent 45da8622aa
commit 4ce2a0fc6e
2 changed files with 8 additions and 3 deletions

View file

@ -336,8 +336,12 @@
"description": ""
},
"prefs_storage_title": {
"message": "Additional Info Storage",
"description": "Title for additional info storage management section in options"
"message": "Storage",
"description": "Title for storage management section in options"
},
"prefs_storage_info": {
"message": "The storage is used to save information about spam score, summaries and translations of each message.",
"description": "Info text for storage management section in options"
},
"prefs_storage_size": {
"message": "Storage size",

View file

@ -253,10 +253,11 @@
</td>
</tr>
<tr>
<td><span class="opt_title">__MSG_prefs_storage_title__</span></td>
<td><span class="opt_title">ThunderAI __MSG_prefs_storage_title__</span></td>
<td>
__MSG_prefs_storage_size__: <span id="cache_storage_size"></span>
&nbsp;<button id="btnClearCache" class="btn_small">__MSG_prefs_storage_clear_button__</button>
<br>__MSG_prefs_storage_info__
</td>
</tr>
</table>