Fix linter config tooltip
This commit is contained in:
parent
5ad23bd681
commit
1d1a2ce1c8
|
@ -362,9 +362,9 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"stylelintConfig": {
|
||||
"message": "Open a popup to configure stylelint rules",
|
||||
"description": "Tooltip on an icon to indicate it opens a popup with stylelint configuration settings"
|
||||
"linterConfigTitle": {
|
||||
"message": "Open a popup to configure the linter rules",
|
||||
"description": "Tooltip on an icon to indicate it opens a popup with linter configuration settings"
|
||||
},
|
||||
"manageFilters": {
|
||||
"message": "Filters",
|
||||
|
|
|
@ -189,7 +189,7 @@
|
|||
<option value="stylelint">Stylelint</option>
|
||||
<option value="null" i18n-text="genericDisabledLabel"></option>
|
||||
</select>
|
||||
<span class="linter-settings" i18n-title="stylelintConfig">
|
||||
<span class="linter-settings" i18n-title="linterConfigTitle">
|
||||
<svg id="linter-settings" class="svg-icon settings">
|
||||
<use xlink:href="#svg-icon-settings"/>
|
||||
</svg>
|
||||
|
|
Loading…
Reference in New Issue
Block a user