Use standard "translate" marker in HTML
Cockpit's test-static-code complains about `translatable`, so let's use the correct attribute to avoid spreading it further.
This commit is contained in:
parent
8f93db2234
commit
6f8cd78783
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ along with this package; If not, see <http://www.gnu.org/licenses/>.
|
||||||
-->
|
-->
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title translatable="yes">Cockpit Starter Kit</title>
|
<title translate>Cockpit Starter Kit</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue