[FIX] TEMPLATES: Typo fix: passowrd -> password

This commit is contained in:
Horilla
2025-03-17 12:19:01 +05:30
parent 576a1b4d07
commit a879d77109
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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