[UPDT]translations
This commit is contained in:
@@ -29,12 +29,12 @@
|
||||
<button class="oh-btn oh-btn--transparent oh-password-input--toggle">
|
||||
<ion-icon
|
||||
class="oh-passowrd-input__show-icon"
|
||||
title="Show Password"
|
||||
title="{% trans 'Show Password' %}"
|
||||
name="eye-outline"
|
||||
></ion-icon>
|
||||
<ion-icon
|
||||
class="oh-passowrd-input__hide-icon d-none"
|
||||
title="Hide Password"
|
||||
title="{% trans 'Hide Password' %}"
|
||||
name="eye-off-outline"
|
||||
></ion-icon>
|
||||
</button>
|
||||
@@ -50,12 +50,12 @@
|
||||
<button class="oh-btn oh-btn--transparent oh-password-input--toggle">
|
||||
<ion-icon
|
||||
class="oh-passowrd-input__show-icon"
|
||||
title="Show Password"
|
||||
title="{% trans 'Show Password' %}"
|
||||
name="eye-outline"
|
||||
></ion-icon>
|
||||
<ion-icon
|
||||
class="oh-passowrd-input__hide-icon d-none"
|
||||
title="Hide Password"
|
||||
title="{% trans 'Hide Password' %}"
|
||||
name="eye-off-outline"
|
||||
></ion-icon>
|
||||
</button>
|
||||
@@ -71,12 +71,12 @@
|
||||
<button class="oh-btn oh-btn--transparent oh-password-input--toggle">
|
||||
<ion-icon
|
||||
class="oh-passowrd-input__show-icon"
|
||||
title="Show Password"
|
||||
title="{% trans 'Show Password' %}"
|
||||
name="eye-outline"
|
||||
></ion-icon>
|
||||
<ion-icon
|
||||
class="oh-passowrd-input__hide-icon d-none"
|
||||
title="Hide Password"
|
||||
title="{% trans 'Hide Password' %}"
|
||||
name="eye-off-outline"
|
||||
></ion-icon>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user