i18n string fixed
This commit is contained in:
parent
7c68561901
commit
aeb48c73d1
2 changed files with 2 additions and 2 deletions
|
|
@ -1207,7 +1207,7 @@
|
||||||
"message": "Spam Filter Options",
|
"message": "Spam Filter Options",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"prefs_OptionText_spamfilter_use_specific_integration": {
|
"prefs_OptionText_use_specific_integration": {
|
||||||
"message": "Use specific Model and API",
|
"message": "Use specific Model and API",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
<div class="addtags_table_title section_title">__MSG_AddTags_prompt_prefs_title__</div>
|
<div class="addtags_table_title section_title">__MSG_AddTags_prompt_prefs_title__</div>
|
||||||
<table id="miczPrefs">
|
<table id="miczPrefs">
|
||||||
<tr class="add_tags_tr specific_integration">
|
<tr class="add_tags_tr specific_integration">
|
||||||
<td><span>__MSG_prefs_OptionText_add_tags_use_specific_integration__</span>
|
<td><span>__MSG_prefs_OptionText_use_specific_integration__</span>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<label>
|
<label>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue