File tree 5 files changed +22
-11
lines changed
app/templates/components/encryptable
5 files changed +22
-11
lines changed Original file line number Diff line number Diff line change 72
72
</form .element>
73
73
<PasswordStrengthMeter class =" col-12 px-0 mb-2 mb-md-0" @password ={{ this.changeset.cleartextPassword }} />
74
74
<div class =" d-flex flex-column border border-mute border-radius-4 p-2" >
75
- <label >
76
- Symbols
77
- <Input
78
- id =" withSymbols"
79
- @type =" checkbox"
80
- @checked ={{ this.withSymbols }} ></Input >
81
- </label >
75
+ <div class =" ml-2 mt-1" >{{ t " encryptable/credentials.form.passwordLength" }} </div >
82
76
<label for =" formControlRange" >
83
77
{{ this.passwordLength }}
84
78
<Input @type =" range" class =" custom-range" id =" formControlRange" @value ={{ this.passwordLength }} min =" 14" max =" 32" >
85
79
</Input >
86
80
</label >
87
- <button id =" password-generate-button" class =" btn btn-secondary btn-block col-lg-7 mb-md-4" {{ on " click" this.setRandomPassword }}
88
- tabindex =" 4" >
89
- {{ t " encryptable/credentials.edit.random_password" }}
90
- </button >
81
+ <div class =" d-flex flex-row justify-content-around" >
82
+ <label >
83
+ Symbols
84
+ <Input
85
+ id =" withSymbols"
86
+ @type =" checkbox"
87
+ @checked ={{ this.withSymbols }} ></Input >
88
+ </label >
89
+ <button id =" password-generate-button" class =" btn btn-secondary w-50 btn-sm col-lg-7 mb-md-4" {{ on " click" this.setRandomPassword }}
90
+ tabindex =" 4" >
91
+ {{ t " encryptable/credentials.edit.random_password" }}
92
+ </button >
93
+ </div >
91
94
</div >
92
95
</div >
93
96
</div >
Original file line number Diff line number Diff line change 90
90
blank : Läär
91
91
new :
92
92
title : Nöi Zuägangsdate
93
+ form :
94
+ passwordLength : " Password Längi: "
93
95
94
96
admin :
95
97
title : Admin
Original file line number Diff line number Diff line change 90
90
blank : Leer
91
91
new :
92
92
title : Neue Zugangsdaten
93
+ form :
94
+ passwordLength : " Passwortlänge: "
93
95
94
96
admin :
95
97
title : Admin
Original file line number Diff line number Diff line change 90
90
blank : none
91
91
new :
92
92
title : New Credentials
93
+ form :
94
+ passwordLength : " Password Length: "
93
95
94
96
admin :
95
97
title : Admin
Original file line number Diff line number Diff line change 90
90
blank : Vide
91
91
new :
92
92
title : Nouveau compte
93
+ form :
94
+ passwordLength : " Longueur du mot de passe: "
93
95
94
96
admin :
95
97
title : Admin
You can’t perform that action at this time.
0 commit comments