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
92f3b7b75d
commit
9e482dab7d
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue