[FIX] TEMPLATES: Typo fix: passowrd -> password
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
<label class="oh-label" for="password">{% trans "Password" %}</label>
|
<label class="oh-label" for="password">{% trans "Password" %}</label>
|
||||||
<div class="oh-password-input-container">
|
<div class="oh-password-input-container">
|
||||||
<input type="password" id="load_data_password" name="load_data_password"
|
<input type="password" id="load_data_password" name="load_data_password"
|
||||||
class="oh-input oh-input--password w-100" placeholder="Database authentication passowrd"
|
class="oh-input oh-input--password w-100" placeholder="Database authentication password"
|
||||||
required />
|
required />
|
||||||
<button type="button" class="oh-btn oh-btn--transparent oh-password-input--toggle">
|
<button type="button" class="oh-btn oh-btn--transparent oh-password-input--toggle">
|
||||||
<ion-icon class="oh-passowrd-input__show-icon" title="Show Password"
|
<ion-icon class="oh-passowrd-input__show-icon" title="Show Password"
|
||||||
|
|||||||
@@ -116,7 +116,7 @@
|
|||||||
id="password"
|
id="password"
|
||||||
name="password"
|
name="password"
|
||||||
class="oh-input oh-input--password w-100"
|
class="oh-input oh-input--password w-100"
|
||||||
placeholder="Database authentication passowrd"
|
placeholder="Database authentication password"
|
||||||
required
|
required
|
||||||
/>
|
/>
|
||||||
<button
|
<button
|
||||||
|
|||||||
Reference in New Issue
Block a user