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