localize hyprland warning message to options
This commit is contained in:
parent
7a0a3e06b3
commit
b21249e5d8
2 changed files with 5 additions and 1 deletions
|
|
@ -1246,5 +1246,9 @@
|
||||||
"apiwebchat_receiving_data": {
|
"apiwebchat_receiving_data": {
|
||||||
"message": "Receiving data",
|
"message": "Receiving data",
|
||||||
"description": ""
|
"description": ""
|
||||||
|
},
|
||||||
|
"hyprland_warning": {
|
||||||
|
"message": "Set height and width to 0 if you're using hyprland!",
|
||||||
|
"description": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
<td colspan="2"><div class="warning">__MSG_prefs_OptionText_owl_warning__ <a href="https://micz.it/thunderbird-addon-thunderai/owl/">__MSG_customPrompts_managePrompts_help__</a></div></td>
|
<td colspan="2"><div class="warning">__MSG_prefs_OptionText_owl_warning__ <a href="https://micz.it/thunderbird-addon-thunderai/owl/">__MSG_customPrompts_managePrompts_help__</a></div></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr id="hyprland_warning">
|
<tr id="hyprland_warning">
|
||||||
<td colspan="2" style="text-align:center;" class="warning"><b>Set height and width to 0 if you're using hyprland!</b></td>
|
<td colspan="2" style="text-align:center;" class="warning"><b>__MSG_hyprland_warning__</b></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><span>__MSG_prefs_OptionText_chatgpt_win_text__</span>
|
<td><span>__MSG_prefs_OptionText_chatgpt_win_text__</span>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue