mirror of
https://github.com/nishiki/manage-password.git
synced 2025-02-21 10:20:05 +00:00
fix template for otp
This commit is contained in:
parent
aeae6e861c
commit
2ffaa5114b
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ protocol: # <%= I18n.t('form.add_item.protocol') %>
|
||||||
password: # <%= I18n.t('form.add_item.password') %>
|
password: # <%= I18n.t('form.add_item.password') %>
|
||||||
port: # <%= I18n.t('form.add_item.port') %>
|
port: # <%= I18n.t('form.add_item.port') %>
|
||||||
comment: # <%= I18n.t('form.add_item.comment') %>
|
comment: # <%= I18n.t('form.add_item.comment') %>
|
||||||
otp_secret: # <%= I18n.t('form.add_item.otp_key') %>
|
otp_key: # <%= I18n.t('form.add_item.otp_key') %>
|
||||||
|
|
Loading…
Add table
Reference in a new issue