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 Justin Stephenson
parent 92f3b7b75d
commit 9e482dab7d

View file

@ -20,7 +20,7 @@ along with Cockpit; If not, see <http://www.gnu.org/licenses/>.
<html>
<head>
<title translateable="yes">Session Recording</title>
<title translate>Session Recording</title>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">