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:
Martin Pitt 2020-09-29 11:46:41 +02:00 committed by Marius Vollmer
parent 8f93db2234
commit 6f8cd78783

View file

@ -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">