FIX: fix translation bug in third-party connection guide
JIRA: STUDIO-4161 Change-Id: I689aa495fec87bd1a40ca74be03799acd4f2fc5e Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
c7f07b668c
commit
971d219d75
|
@ -14,8 +14,8 @@
|
||||||
</head>
|
</head>
|
||||||
<body onLoad="OnInit()">
|
<body onLoad="OnInit()">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="trans" tid="t93">Printer Connection</h1>
|
<h1 class="trans">Printer Connection</h1>
|
||||||
<p class="trans" tid="t94">Please set up your printer connection to view the device.</p>
|
<p class="trans">Please set up your printer connection to view the device.</p>
|
||||||
<img src="setup_connection.gif" alt="Printer connection setup demonstration" style="max-width: 100%; height: auto; display: block;"/>
|
<img src="setup_connection.gif" alt="Printer connection setup demonstration" style="max-width: 100%; height: auto; display: block;"/>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue